mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mapkl: fix upstream url
This commit is contained in:
parent
03d2d17205
commit
6822e3d65a
2 changed files with 9 additions and 4 deletions
|
@ -30,11 +30,16 @@ optdepends=(
|
|||
r-mapkldata
|
||||
r-runit
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tgz")
|
||||
sha256sums=('1aed8e328ff76451d5ff58f95e526871da121b5ce66a91154d415fd948c9425a')
|
||||
makedepends=('git')
|
||||
source=("git+https://git.bioconductor.org/packages/${_pkgname}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
prepare(){
|
||||
tar -czf ${_pkgname}_$_pkgver.tar.gz ${_pkgname}
|
||||
}
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tgz -l "${srcdir}"
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
@ -14,7 +14,7 @@ repo_depends:
|
|||
- r-parmigene
|
||||
- r-reactome.db
|
||||
update_on:
|
||||
- regex: mAPKL_([\d._-]+).tgz
|
||||
- regex: <td>(\d+.\d+.\d+)</td>
|
||||
source: regex
|
||||
url: https://bioconductor.org/packages/mAPKL
|
||||
- alias: r
|
||||
|
|
Loading…
Add table
Reference in a new issue