summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-11-27 11:10:59 +0000
committerGrey Christoforo2019-11-27 11:10:59 +0000
commit0b12cecd0994e628ec2abce4e415f63851f9551f (patch)
treec8466089ff69c73d87d4fd11a19971abe3de9d29
parent48941d74a02c127a96da1df910ecae35bf4cd664 (diff)
downloadaur-0b12cecd0994e628ec2abce4e415f63851f9551f.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 9da8139b3285..549886049834 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-rlang
pkgdesc = Functions for Base Types and Core R and 'Tidyverse' Features
- pkgver = 0.4.0
+ pkgver = 0.4.2
pkgrel = 1
url = http://cran.r-project.org/web/packages/rlang/index.html
arch = x86_64
license = GPL3
depends = r
- source = http://cran.r-project.org/src/contrib/rlang_0.4.0.tar.gz
- md5sums = 51dfcd0c8e46902a6be97d41639910d5
+ source = http://cran.r-project.org/src/contrib/rlang_0.4.2.tar.gz
+ md5sums = 048b5aa06cfa642b924fd42e7592e4d3
pkgname = r-rlang
diff --git a/PKGBUILD b/PKGBUILD
index 451ad0f2bff0..5f514680eb43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
pkgname=r-rlang
_cran_name=rlang
-pkgver=0.4.0
+pkgver=0.4.2
pkgrel=1
pkgdesc="Functions for Base Types and Core R and 'Tidyverse' Features"
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=('51dfcd0c8e46902a6be97d41639910d5')
+md5sums=('048b5aa06cfa642b924fd42e7592e4d3')
package() {
mkdir -p $pkgdir/usr/lib/R/library