fix: archived packages

This commit is contained in:
sukanka 2022-07-20 10:10:10 +08:00
parent 451d04b953
commit 466de1f690
4 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ depends=(
r-quadprog
r-rcpp
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
source=("https://cran.r-project.org/src/contrib/Archive/${_pkgname}/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ca1d6201270c428f50615ed90efb781c9d60867c4b2a75d77a9e17f25dcb18e8')
build() {

View file

@ -12,4 +12,4 @@ repo_depends:
update_on:
- regex: GENLIB_([\d._-]+).tar.gz
source: regex
url: https://cran.r-project.org/package=GENLIB
url: https://cran.r-project.org/src/contrib/Archive/GENLIB/

View file

@ -17,7 +17,7 @@ depends=(
optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
source=("https://cran.r-project.org/src/contrib/Archive/${_pkgname}/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c8986a63be002c4fb9b65a94fa91be4054dd53ea803661e1084945049b33d663')
build() {

View file

@ -8,4 +8,4 @@ repo_depends:
update_on:
- regex: udapi_([\d._-]+).tar.gz
source: regex
url: https://cran.r-project.org/package=udapi
url: https://cran.r-project.org/src/contrib/Archive/udapi/