summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Frichtl2018-06-11 17:54:03 -0400
committerMatt Frichtl2018-06-11 17:54:03 -0400
commit4dc4b3c560f962f74657b8e41a060f96ba955fc6 (patch)
tree91fa5503328dd873044aae3a7263109395b90753
parent31603f09e066c6468f50feb473140696c95e4cfc (diff)
downloadaur-4dc4b3c560f962f74657b8e41a060f96ba955fc6.tar.gz
Updated dependancies.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72953b4cd395..4cc7f47cb7c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-ggplot2
pkgdesc = Create Elegant Data Visualisations Using the Grammar of Graphics
pkgver = 2.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://cran.r-project.org/web/packages/ggplot2/index.html
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = r-ggplot2
depends = r-gtable>=0.1.1
depends = r-plyr>=1.7.1
depends = r-reshape2
- depends = r-cran-scales>=0.4.1
+ depends = r-scales>=0.4.1
depends = r-tibble
depends = r-lazyeval
source = http://cran.r-project.org/src/contrib/ggplot2_2.2.1.tar.gz
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')