mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gcatest: change source url
This commit is contained in:
parent
5d9943011c
commit
2411246a55
2 changed files with 8 additions and 3 deletions
|
@ -17,8 +17,13 @@ optdepends=(
|
|||
r-ggplot2
|
||||
r-knitr
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('743c6b3790c334cbd1969376b0b28e795dfc4ee1a084390bd429cad34db84bb8')
|
||||
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}.tar.gz -l "${srcdir}"
|
||||
|
|
|
@ -5,7 +5,7 @@ maintainers:
|
|||
repo_depends:
|
||||
- r-lfa
|
||||
update_on:
|
||||
- regex: gcatest_([\d._-]+).tar.gz
|
||||
- regex: <td>(\d+.\d+.\d+)</td>
|
||||
source: regex
|
||||
url: https://bioconductor.org/packages/gcatest
|
||||
- alias: r
|
||||
|
|
Loading…
Add table
Reference in a new issue