summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-04-15 11:32:10 +0100
committerGrey Christoforo2019-04-15 11:32:10 +0100
commit4fee08140254b802792a395ff2916fea52930f95 (patch)
treea46ffc41379df324e9242621667e51e98e7b4c62
parent0a9a6a3322914f41d0cb6b97c45505348fb336e9 (diff)
downloadaur-4fee08140254b802792a395ff2916fea52930f95.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9f9bc6674ab..5bfc1e0ea92f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-stringi
pkgdesc = Character String Processing Facilities
- pkgver = 1.2.4
+ pkgver = 1.4.3
pkgrel = 1
url = http://cran.r-project.org/web/packages/stringi/index.html
arch = x86_64
license = GPL3
depends = r
- source = http://cran.r-project.org/src/contrib/stringi_1.2.4.tar.gz
- md5sums = aeb53ac931b033bdde5792cf8fd2e3cc
+ source = http://cran.r-project.org/src/contrib/stringi_1.4.3.tar.gz
+ md5sums = 67a944ae96100e4c8c5fe7a1cca05d60
pkgname = r-stringi
diff --git a/PKGBUILD b/PKGBUILD
index 28e59861ea7c..2e62f8d4c6b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
pkgname=r-stringi
_cran_name=stringi
-pkgver=1.2.4
+pkgver=1.4.3
pkgrel=1
pkgdesc="Character String Processing Facilities"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="http://cran.r-project.org/web/packages/${_cran_name}/index.html"
license=('GPL3')
depends=('r')
source=("http://cran.r-project.org/src/contrib/${_cran_name}_${pkgver}.tar.gz")
-md5sums=('aeb53ac931b033bdde5792cf8fd2e3cc')
+md5sums=('67a944ae96100e4c8c5fe7a1cca05d60')
package() {
mkdir -p $pkgdir/usr/lib/R/library