r-xml: auto updated to 3.99.0.12-1

This commit is contained in:
BioArchLinuxBot 2022-10-28 12:01:20 +00:00
parent 2bcc22ce7e
commit 7f33032b4b

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=XML _pkgname=XML
_pkgver=3.99-0.11 _pkgver=3.99-0.12
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=3.99.0.11 pkgver=3.99.0.12
pkgrel=1 pkgrel=1
pkgdesc='Tools for Parsing and Generating XML Within R and S-Plus' pkgdesc='Tools for Parsing and Generating XML Within R and S-Plus'
arch=('x86_64') arch=('x86_64')
@ -18,7 +18,7 @@ optdepends=(
r-rcurl r-rcurl
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c523bd8e6419d44a477038396e9c3b3ec70a67ed85a0c9bfa8b9445f91647fc8') sha256sums=('cb209425c886bf405dc03fda8854e819bd9b2d4e4b031c71c5120b7302a36d14')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"