r-xfun: auto updated to 0.33-1

This commit is contained in:
BioArchLinuxBot 2022-09-13 00:01:06 +00:00
parent a3fe9244b0
commit b608aca538

View file

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