summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef251ce4ac82..1431c1a25bf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# Maintainer: Alex Branham <branham@utexas.edu>
-_cranver=1.0.0
+# Maintainer: Alex Branham <alex.branham@gmail.com>
+_cranver=1.0.1
pkgname=r-pkgload
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('r' 'r-desc' 'r-pkgbuild' 'r-rlang' 'r-rprojroot' 'r-rstudioapi' 'r-withr')
optdepends=('r-bitops' 'r-covr' 'r-rcpp' 'r-testthat')
source=("https://cran.r-project.org/src/contrib/pkgload_"$_cranver".tar.gz")
-md5sums=('a7681818fcd41b61ab7d00d98f586fdf')
+md5sums=('800ae9d55b138128c2e71d9be8a833d4')
build(){
R CMD INSTALL pkgload_"$_cranver".tar.gz -l "$srcdir"