summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-04-04 13:39:58 +0300
committerViktor Drobot2020-04-04 13:39:58 +0300
commitec4b15777aeeaf5fa2cd8d31ce2d3959e40fb44d (patch)
tree6abafa6e40b2663d48ffe0753b874dc40fdb55da /PKGBUILD
parente4e616b36b61c7bddacdbca9135566a11c4e6e61 (diff)
downloadaur-ec4b15777aeeaf5fa2cd8d31ce2d3959e40fb44d.tar.gz
Update 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b12bc5ffe834..923f8304c6a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: frichtlm <frichtlm@gmail.com>
_cranname=glue
-_cranver=1.3.2
+_cranver=1.4.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -14,7 +14,7 @@ depends=('r>=3.1')
makedepends=(gcc)
optdepends=(r-testthat r-covr r-magrittr r-crayon r-knitr r-rmarkdown r-dbi r-rsqlite r-r.utils r-forcats r-microbenchmark r-rprintf r-stringr r-ggplot2 r-dplyr r-withr r-vctrs)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('e79368182ed4328bd3b36c8b0ce34312')
+md5sums=('74c3779648eb24f6644816971ae23db1')
build() {
cd "${srcdir}"