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 2a0b787b6bc3..287343759d48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_cranname=stringi
-_cranver=1.5.3
+_cranver=1.6.1
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,9 +10,9 @@ pkgdesc="Character String Processing Facilities"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(custom)
-depends=('r>=2.14' 'icu>=55')
+depends=('r>=3.1' 'icu>=55')
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('224f1e8dedc962a676bc2e1f53016f6a129a0a38aa0f35daf6dece62ff714010')
+sha256sums=('4469fc37899942094e32fefacc7802bfdf3bfeeed8051d31f4974fd359e79474')
build() {
cd "${srcdir}"