summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCsonka Mihaly2019-05-02 20:03:44 +0200
committerCsonka Mihaly2019-05-02 20:03:44 +0200
commita0c79e674fe981a44cdd1668587a4d807758fed1 (patch)
treeb5fb2d9ea8befb0e28f4a1d38791bedc4061daf2
parent28c66d51ab14a015d74eff25aa39b4390adcd73f (diff)
downloadaur-a0c79e674fe981a44cdd1668587a4d807758fed1.tar.gz
Bump version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f58591a8c0b5..884b5ac624df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = r-jsonlite
optdepends = r-rmarkdown
optdepends = r-r.rsp
optdepends = r-sp
- source = https://cran.r-project.org/src/contrib/jsonlite_1.6.tar.gz
+ source = https://cran.r-project.org/src/contrib/Archive/jsonlite/jsonlite_1.6.tar.gz
md5sums = a9cd554c212dd8db93b157932fcb4f8d
pkgname = r-jsonlite
diff --git a/PKGBUILD b/PKGBUILD
index e3baf31fe85e..d3b74f89eddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=('r' )
optdepends=('r-httr' 'r-curl' 'r-plyr' 'r-testthat' 'r-knitr' 'r-rmarkdown' 'r-r.rsp' 'r-sp')
-source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
+source=("https://cran.r-project.org/src/contrib/Archive/${_cranname}/${_pkgtar}")
md5sums=('a9cd554c212dd8db93b157932fcb4f8d')
build(){