summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {