summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-06-24 00:30:21 +0300
committerViktor Drobot2021-06-24 00:30:21 +0300
commit2cd5974915badeee49ff1799b37a101ae95d9ee0 (patch)
tree13d41e3978c510fdf82e50a8ea1525604bd07885 /PKGBUILD
parent5c89127390b9a67b35e65507654dc6665cb1cbcb (diff)
downloadaur-2cd5974915badeee49ff1799b37a101ae95d9ee0.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 a874519026da..25f7e4cf8be4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=gert
-_cranver=1.3.0
+_cranver=1.3.1
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -12,7 +12,7 @@ license=(MIT)
depends=(r r-askpass 'r-credentials>=1.2.1' 'r-openssl>=1.4.1' 'r-rstudioapi>=0.11' r-sys 'r-zip>=2.1.0' 'libgit2>=0.26')
optdepends=(r-spelling r-knitr r-rmarkdown r-testthat)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('071229134517b47ef710fc5586a27458be308daef21cc8c2f603492ed21507ba')
+sha256sums=('12165ea91981af281a8076aa2673962d801e06fff9fd5284bd0690c8219eaa79')
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"