r-ragg: auto updated to 1.2.4-1

This commit is contained in:
BioArchLinuxBot 2022-10-24 18:04:54 +00:00
parent edff21cadf
commit 15a4a6bff9

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ragg
_pkgver=1.2.3
_pkgver=1.2.4
pkgname=r-${_pkgname,,}
pkgver=1.2.3
pkgver=1.2.4
pkgrel=1
pkgdesc='Graphic Devices Based on AGG'
arch=('x86_64')
@ -22,7 +22,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('976da0007ef0d4dbadda4734727b539671b65c1eff4ff392d734f4e2c846f2b2')
sha256sums=('c547e5636a2eefaa0021a0d50fad1e813c2ce976ec0c9c3f796d38a110680dcd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"