summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6853dda58b0..ffe43ec0ff80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cran-scales
pkgdesc = Tools for Splitting, Applying and Combining Data
- pkgver = 0.4.1
+ pkgver = 0.5.0
pkgrel = 1
url = http://cran.r-project.org/web/packages/scales/index.html
arch = i686
@@ -13,8 +13,8 @@ pkgbase = r-cran-scales
depends = r-cran-munsell
depends = r-cran-labeling
depends = r-cran-rcpp
- source = http://cran.r-project.org/src/contrib/scales_0.4.1.tar.gz
- md5sums = 3fb2218866a7fe4c1f6e66790876f85a
+ source = http://cran.r-project.org/src/contrib/scales_0.5.0.tar.gz
+ md5sums = 435f6bd826c5cf8df703ffb8a6750fd1
pkgname = r-cran-scales
diff --git a/PKGBUILD b/PKGBUILD
index e6903da60365..97809f1220f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: wagnerflo <florian@wagner-flo.net>
_cranname=scales
-_cranver=0.4.1
+_cranver=0.5.0
pkgname=r-cran-$_cranname
pkgver=${_cranver}
pkgrel=1
@@ -11,7 +11,7 @@ license=('MIT')
depends=('r' 'r-cran-rcolorbrewer' 'r-cran-dichromat' 'r-cran-plyr'
'r-cran-munsell' 'r-cran-labeling' 'r-cran-rcpp')
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('3fb2218866a7fe4c1f6e66790876f85a')
+md5sums=('435f6bd826c5cf8df703ffb8a6750fd1')
package() {
mkdir -p ${pkgdir}/usr/lib/R/library