summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68ad04a3e942..ee3fb0acd0ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=chk
-_pkgver=0.8.0
+_pkgver=0.8.1
pkgname=r-${_pkgname,,}
-pkgver=0.8.0
-pkgrel=4
+pkgver=0.8.1
+pkgrel=1
pkgdesc='Check User-Supplied Function Arguments'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -22,7 +22,7 @@ optdepends=(
r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fe24b081a7e35d5399412f55121b6b35b363b2023acb94fbdb08c55701d8ec81')
+sha256sums=('fc567b2484f45443a639a6bf0ac6683bce33b78a9abebb75465db4a59154835b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"