mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix: archived packages
This commit is contained in:
parent
451d04b953
commit
466de1f690
4 changed files with 4 additions and 4 deletions
|
@ -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() {
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue