summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-06-07 10:14:10 -0700
committerclintval2018-06-07 10:14:10 -0700
commit118613d058cd65fbb7d46dd37f6014524a3a071f (patch)
treea72b764be827cb1fc90fdffc6298611cad22f0b9
parent803a1284c6bd4e2c928f26815dce5be1e15b18cd (diff)
downloadaur-118613d058cd65fbb7d46dd37f6014524a3a071f.tar.gz
Added additional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71dd79598428..643c57f7630a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = r-cran-lubridate
pkgdesc = Functions to work with date-times and time-spans
pkgver = 1.7.4
- pkgrel = 1
+ pkgrel = 2
url = http://cran.r-project.org/web/packages/lubridate/index.html
arch = i686
arch = x86_64
license = GPL2
depends = r
depends = r-stringr
+ depends = rcpp
provides = r-lubridate
conflicts = r-lubridate
source = http://cran.r-project.org/src/contrib/lubridate_1.7.4.tar.gz
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)