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-ggplot2
|
||||||
r-knitr
|
r-knitr
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
makedepends=('git')
|
||||||
sha256sums=('743c6b3790c334cbd1969376b0b28e795dfc4ee1a084390bd429cad34db84bb8')
|
source=("git+https://git.bioconductor.org/packages/${_pkgname}")
|
||||||
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
prepare(){
|
||||||
|
tar -czf ${_pkgname}_$_pkgver.tar.gz ${_pkgname}
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
|
@ -5,7 +5,7 @@ maintainers:
|
||||||
repo_depends:
|
repo_depends:
|
||||||
- r-lfa
|
- r-lfa
|
||||||
update_on:
|
update_on:
|
||||||
- regex: gcatest_([\d._-]+).tar.gz
|
- regex: <td>(\d+.\d+.\d+)</td>
|
||||||
source: regex
|
source: regex
|
||||||
url: https://bioconductor.org/packages/gcatest
|
url: https://bioconductor.org/packages/gcatest
|
||||||
- alias: r
|
- alias: r
|
||||||
|
|
Loading…
Add table
Reference in a new issue