summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 10:04:59 -0500
committerAlex Branham2018-05-31 10:04:59 -0500
commita6acf3ca10d20732005e084af79a4190dbc49aa1 (patch)
treeedf62e858c7c9059b6c95e19b2550e79fcffc4c3
parentdce2db26d0a6e0d60307b4c82b64aebb370d5784 (diff)
downloadaur-a6acf3ca10d20732005e084af79a4190dbc49aa1.tar.gz
Account for curl rename
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e07463e69c6e..076dbf848915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = r-random
arch = any
license = GPL
depends = r
- depends = r-cran-curl
+ depends = r-curl
replaces = r-cran-random
source = https://cran.r-project.org/src/contrib/random_0.2.6.tar.gz
md5sums = 0a642b1f4cd45f9eaa2ed34aa3f7df90
diff --git a/PKGBUILD b/PKGBUILD
index d3c10ac9caaa..931d411730cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="True Random Numbers using RANDOM.ORG"
arch=('any')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('GPL')
-depends=('r' 'r-cran-curl')
+depends=('r' 'r-curl')