summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-03-30 13:09:42 +0300
committerViktor Drobot2020-03-30 13:09:42 +0300
commit09bea471097e525cbde1dc57771a42c1788ea25e (patch)
treeaf807a6ce012571334beccacae68d3ff066c9ca8 /PKGBUILD
parent6904a6e63a28cc7851261fb9233b237701205912 (diff)
downloadaur-09bea471097e525cbde1dc57771a42c1788ea25e.tar.gz
Update 3.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99b0adccc795..25b222a77d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=callr
-_cranver=3.4.2
+_cranver=3.4.3
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -12,7 +12,7 @@ license=(MIT)
depends=(r 'r-processx>=3.4.0' r-r6)
optdepends=(r-cliapp r-covr r-crayon r-fansi r-pingr r-ps r-rprojroot r-spelling r-testthat r-tibble r-withr)
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('f200013d469c0e8309306da6c46f87cc')
+md5sums=('9b0e11e01a4ec19f066ac6ab7905cfef')
build() {
cd "${srcdir}"