summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cff4512d721..050d8a2d4978 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=httpuv
-_cranver=1.5.1
+_cranver=1.5.2
pkgname=r-${_cranname}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('r' 'r-rcpp' 'r-r6' 'r-promises' 'r-later' 'r-bh')
optdepends=('r-testthat' 'r-callr' 'r-curl')
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('74de6d002c3d47e5f693bbeab22e2056')
+md5sums=('e2f78c699cfbd6041300a0167583a1aa')
build(){
cd "${srcdir}"