summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-07-06 17:38:25 +0300
committerViktor Drobot2020-07-06 17:38:25 +0300
commit4ee63b39700110fa8d89ca43b400c3cf4af2d161 (patch)
treee108d79cec71ee99c8265cd6d4d2effffcf9032c /PKGBUILD
parentfe4a9767ba14714e91df9f034b5c66a368bf563c (diff)
downloadaur-4ee63b39700110fa8d89ca43b400c3cf4af2d161.tar.gz
Update 1.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9e6f6e6fc05..59f6b6010752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Matt Frichtl <frichtlm@gmail.com>
_cranname=Rcpp
-_cranver=1.0.4.6
+_cranver=1.0.5
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,11 +10,11 @@ pkgdesc="Seamless R and C++ Integration"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
-depends=('r>=3.0.0')
+depends=(r)
makedepends=(gcc)
optdepends=(r-tinytest r-inline r-rbenchmark r-pkgkitten)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('59c45d80a5dc8dc3b5635ffd3fec64e9')
+md5sums=('70d9085bdaa4409840f265fec2e2d73c')
build() {
cd "${srcdir}"