summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41b72245d5e0..62ff9b9cbfff 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/3.6/jsonlite_1.6.zip
+ source = https://cran.r-project.org/src/contrib/jsonlite_1.6.tar.gz
md5sums = 2a81c261a702fccbbd5d2b32df108f76
pkgname = r-jsonlite
diff --git a/PKGBUILD b/PKGBUILD
index 6dc19ce76071..0b9dde442609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=jsonlite
_cranver=1.6
-_pkgtar=${_cranname}_${_cranver}.zip
+_pkgtar=${_cranname}_${_cranver}.tar.gz
pkgname=r-jsonlite
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -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/3.6/${_pkgtar}")
+source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('2a81c261a702fccbbd5d2b32df108f76')
build(){