summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-09-09 21:01:26 +0300
committerViktor Drobot2020-09-09 21:01:26 +0300
commit71dda21695d284db583977d2b217d434eec0f96d (patch)
tree81e216ee0b1a4d661e0547a9daac4f153b61c954 /PKGBUILD
parenta3dea4f5cf9feff99dd2cbbb8efa6fbbeeda1b7e (diff)
downloadaur-71dda21695d284db583977d2b217d434eec0f96d.tar.gz
Update 1.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6055b7b9c68..2a0b787b6bc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_cranname=stringi
-_cranver=1.4.6
+_cranver=1.5.3
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -11,9 +11,8 @@ arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(custom)
depends=('r>=2.14' 'icu>=55')
-makedepends=(gcc)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('8655caec20f6c0356f70c81a598f7a2a')
+sha256sums=('224f1e8dedc962a676bc2e1f53016f6a129a0a38aa0f35daf6dece62ff714010')
build() {
cd "${srcdir}"