summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2017-12-20 20:40:41 +0100
committerG. Schlisio2017-12-20 20:40:41 +0100
commit734c0393c70516790a24728c67f3b110701bbafe (patch)
treec096dea6a821bb976617783d0f6747d6574ec0a9
parent44f1b644a9bca847d97a62f967dac3c4d961abb8 (diff)
downloadaur-734c0393c70516790a24728c67f3b110701bbafe.tar.gz
source archived
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bd3a9b57ac3..bdcdf509dce2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = r-cran-ipsur
arch = any
license = GPL3
depends = r
- source = http://cran.r-project.org/src/contrib/IPSUR_1.5.tar.gz
+ source = https://cran.r-project.org/src/contrib/Archive/IPSUR/IPSUR_1.5.tar.gz
md5sums = fc87b98777cf4912b723459a96b92d1c
pkgname = r-cran-ipsur
diff --git a/PKGBUILD b/PKGBUILD
index 4c71cf8da458..eed32159bac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://cran.r-project.org/web/packages/${_cranname}/index.html"
arch=('any')
license=('GPL3')
depends=('r')
-source=("http://cran.r-project.org/src/contrib/${_cranname}_${pkgver}.tar.gz")
+source=("https://cran.r-project.org/src/contrib/Archive/${_cranname}/${_cranname}_${pkgver}.tar.gz")
md5sums=('fc87b98777cf4912b723459a96b92d1c')
package() {