summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-11-15 15:53:55 +0300
committerViktor Drobot2020-11-15 15:53:55 +0300
commit2046321e1581090068e864033dbf9dcd10d0c0b8 (patch)
treea2ce4e203da7a7d57b4062c4cd2edce4495f3a4d /PKGBUILD
parent450d81fa8680f6fadc9eb53ab0d476bebc75be2b (diff)
downloadaur-2046321e1581090068e864033dbf9dcd10d0c0b8.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f125690df88..c9e3bb94f5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=rstudioapi
-_cranver=0.11
+_cranver=0.13
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -12,7 +12,7 @@ license=(MIT)
depends=(r)
optdepends=(r-testthat r-knitr r-rmarkdown r-clipr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('ab1bb707fa7c94e0647ef4fe8cd0dd13')
+sha256sums=('aac35bbdcb4a8e8caba943bc8a2b98120e8940b80cd1020224bb1a26ff776d8b')
build() {
cd "${srcdir}"