summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2020-01-30 15:04:33 +0000
committerGrey Christoforo2020-01-30 15:04:33 +0000
commitc44ffb1501c3fc107c46cd7b88f0c3db67c43bef (patch)
tree889af20b3fd86f79db9827d66cd6e664f80a27f9
parent4fee08140254b802792a395ff2916fea52930f95 (diff)
downloadaur-c44ffb1501c3fc107c46cd7b88f0c3db67c43bef.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 5bfc1e0ea92f..b762e3230b99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-stringi
pkgdesc = Character String Processing Facilities
- pkgver = 1.4.3
+ pkgver = 1.4.5
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.4.3.tar.gz
- md5sums = 67a944ae96100e4c8c5fe7a1cca05d60
+ source = http://cran.r-project.org/src/contrib/stringi_1.4.5.tar.gz
+ md5sums = 83434d4f28361417b653fae33ba721e5
pkgname = r-stringi
diff --git a/PKGBUILD b/PKGBUILD
index 2e62f8d4c6b7..59ae53575bb6 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.4.3
+pkgver=1.4.5
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=('67a944ae96100e4c8c5fe7a1cca05d60')
+md5sums=('83434d4f28361417b653fae33ba721e5')
package() {
mkdir -p $pkgdir/usr/lib/R/library