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 c9f2437b90d2..dcd5401c7218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = r-spelling
depends = r-hunspell>=3.0
depends = r-knitr
optdepends = r-pdftools
- source = https://cran.r-project.org/src/contrib/Archive/spelling/spelling_2.1.tar.gz
+ source = https://cran.r-project.org/src/contrib/spelling_2.1.tar.gz
md5sums = e7758038652a039fc3404f7ba6930a21
pkgname = r-spelling
diff --git a/PKGBUILD b/PKGBUILD
index a639fa564f01..186fdda9fc92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=('MIT')
depends=('r' 'r-commonmark' 'r-xml2' 'r-hunspell>=3.0' 'r-knitr')
optdepends=('r-pdftools')
-source=("https://cran.r-project.org/src/contrib/Archive/${_cranname}/${_pkgtar}")
+source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('e7758038652a039fc3404f7ba6930a21')
build(){