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 bce5bda8b59e..40b811ae8782 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = r-askpass
license = MIT
depends = r
depends = r-sys
- source = https://cran.r-project.org/src/contrib/askpass_1.1.tar.gz
+ source = https://cran.r-project.org/src/contrib/Archive/askpass/askpass_1.1.tar.gz
md5sums = a00d6599ff99f501534c1d965a1fd3b4
pkgname = r-askpass
diff --git a/PKGBUILD b/PKGBUILD
index 396528756809..a33e6702619a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://cran.r-project.org/package=${_cranname}"
license=('MIT')
depends=('r' 'r-sys')
-source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
+source=("https://cran.r-project.org/src/contrib/Archive/${_cranname}/${_pkgtar}")
md5sums=('a00d6599ff99f501534c1d965a1fd3b4')
build(){