r-xfun: auto updated to 0.31-1

This commit is contained in:
BioArchLinuxBot 2022-05-10 22:04:35 +00:00
parent 40a039d392
commit b0536173ee

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=xfun
_pkgver=0.30
_pkgver=0.31
pkgname=r-${_pkgname,,}
pkgver=0.30
pkgver=0.31
pkgrel=1
pkgdesc="Supporting Functions for Packages Maintained by 'Yihui Xie'"
arch=('x86_64')
@ -31,7 +31,7 @@ optdepends=(
r-tinytex
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ebf81cf302e051f0361dc4c8b519d99e20a353b4b29cee13e768663ff562c0ee')
sha256sums=('d169f3e682dab0c3f2ca381f2dba9b7014a5e2ca3d6863dbae3d1bca699ef235')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"