summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclintval2018-06-07 11:21:04 -0700
committerclintval2018-06-07 11:21:04 -0700
commit2b475bf058d6a27982dc9f1fc4261ad752612fa7 (patch)
treecadf4837e864f6f61cb71dd80f713c9d1f93d263 /PKGBUILD
parent057a8e11a305a4cd7e1568767c3816e9bc682f8c (diff)
downloadaur-2b475bf058d6a27982dc9f1fc4261ad752612fa7.tar.gz
Typo in dependency rcpp to r-rcpp, again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41a5b62e3709..6f67ef4999ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ _cranname=lubridate
_cranver=1.7.4
pkgname=r-cran-$_cranname
pkgver=${_cranver}
-pkgrel=3
+pkgrel=4
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' 'r-cpp')
+depends=('r' 'r-stringr' 'r-rcpp')
provides=('r-lubridate')
conflicts=('r-lubridate')
source=(http://cran.r-project.org/src/contrib/"${_cranname}"_"${_cranver}".tar.gz)