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 a945e1ad133e..1e3079883b2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _cranname=ggplot2
_cranver=2.2.1
pkgname=r-$_cranname
pkgver=${_cranver}
-pkgrel=1
+pkgrel=2
pkgdesc="Create Elegant Data Visualisations Using the Grammar of Graphics"
url="http://cran.r-project.org/web/packages/${_cranname}/index.html"
arch=('i686' 'x86_64')
license=('GPL-2')
-depends=('r>=3.1' 'r-digest' 'r-gtable>=0.1.1' 'r-plyr>=1.7.1' 'r-reshape2' 'r-cran-scales>=0.4.1' 'r-tibble' 'r-lazyeval')
+depends=('r>=3.1' 'r-digest' 'r-gtable>=0.1.1' 'r-plyr>=1.7.1' 'r-reshape2' 'r-scales>=0.4.1' 'r-tibble' 'r-lazyeval')
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
md5sums=('14c5a3507bc123c6e7e9ad3bef7cee5c')