summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fcb8bd6bed0..1e9c8f198f33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,17 @@
_cranname=gridExtra
_cranver=2.3
-pkgname=r-cran-gridextra
+pkgname=r-gridextra
pkgver=${_cranver}
pkgrel=1
pkgdesc='Provides a number of user-level functions to work with "grid" graphics, notably to arrange multiple grid-based plots on a page, and draw tables.'
url="http://cran.r-project.org/web/packages/${_cranname}/index.html"
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('r>=3.0.0' 'r-cran-gtable')
+depends=('r>=3.0.0' 'r-gtable')
+provides=("r-cran-gridextra")
+conflicts=("r-cran-gridextra")
+replaces=("r-cran-gridextra")
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
md5sums=('01e0ea88610756a0fd3b260e83c9bd43')