summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD9
2 files changed, 19 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 656cadeae441..cc823727e8f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = r-cran-scales
+pkgbase = r-scales
pkgdesc = Tools for Splitting, Applying and Combining Data
pkgver = 0.5.0
pkgrel = 2
@@ -7,16 +7,19 @@ pkgbase = r-cran-scales
arch = x86_64
license = MIT
depends = r
- depends = r-cran-rcolorbrewer
- depends = r-cran-dichromat
- depends = r-cran-plyr
- depends = r-cran-munsell
- depends = r-cran-labeling
- depends = r-cran-rcpp
- depends = r-cran-r6
- depends = r-cran-viridislite
+ depends = r-rcolorbrewer
+ depends = r-dichromat
+ depends = r-plyr
+ depends = r-munsell
+ depends = r-labeling
+ depends = r-rcpp
+ depends = r-r6
+ depends = r-viridislite
+ provides = r-cran-scales
+ conflicts = r-cran-scales
+ replaces = r-cran-scales
source = http://cran.r-project.org/src/contrib/scales_0.5.0.tar.gz
md5sums = 435f6bd826c5cf8df703ffb8a6750fd1
-pkgname = r-cran-scales
+pkgname = r-scales
diff --git a/PKGBUILD b/PKGBUILD
index 7db4dfa3a4f5..f444875ee2d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,18 @@
# Maintainer: wagnerflo <florian@wagner-flo.net>
_cranname=scales
_cranver=0.5.0
-pkgname=r-cran-$_cranname
+pkgname=r-$_cranname
pkgver=${_cranver}
pkgrel=2
pkgdesc="Tools for Splitting, Applying and Combining Data"
url="http://cran.r-project.org/web/packages/${_cranname}/index.html"
arch=('i686' 'x86_64')
license=('MIT')
-depends=('r' 'r-cran-rcolorbrewer' 'r-cran-dichromat' 'r-cran-plyr'
- 'r-cran-munsell' 'r-cran-labeling' 'r-cran-rcpp' 'r-cran-r6' 'r-cran-viridislite')
+depends=('r' 'r-rcolorbrewer' 'r-dichromat' 'r-plyr'
+ 'r-munsell' 'r-labeling' 'r-rcpp' 'r-r6' 'r-viridislite')
+provides=("r-cran-${_cranname}")
+conflicts=("r-cran-${_cranname}")
+replaces=("r-cran-${_cranname}")
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
md5sums=('435f6bd826c5cf8df703ffb8a6750fd1')