summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-09-26 18:21:50 +0300
committerViktor Drobot2020-09-26 18:21:50 +0300
commitb2204e82d4a1d3db19a33e170b1a8406f8f03bb5 (patch)
tree9463ef3ee034069dd93b872b8cb0d1b8837dbabe /PKGBUILD
parentb9f2b51467a1f51cc2d7cc430b0f61db8fad7adb (diff)
downloadaur-b2204e82d4a1d3db19a33e170b1a8406f8f03bb5.tar.gz
Update 0.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c5665395235..b004929a6dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=testit
-_cranver=0.11
+_cranver=0.12
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -14,7 +14,7 @@ license=(GPL3)
depends=(r)
optdepends=(r-rstudioapi)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('1b6fc5492bc69de5f7832c735d5132fd')
+sha256sums=('9acdf912f0e7a68a5b6a7946d5ebb0c2007b3d6cd2e39075eddae2b586354e89')
build() {
cd "${srcdir}"