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 c718014281ac..8e2ce328b445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ _cranname=lubridate
_cranver=1.7.4
pkgname=r-cran-$_cranname
pkgver=${_cranver}
-pkgrel=1
+pkgrel=2
pkgdesc="Functions to work with date-times and time-spans"
url="http://cran.r-project.org/web/packages/${_cranname}/index.html"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('r' 'r-stringr')
+depends=('r' 'r-stringr' 'rcpp')
provides=('r-lubridate')
conflicts=('r-lubridate')
source=(http://cran.r-project.org/src/contrib/"${_cranname}"_"${_cranver}".tar.gz)