mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-bioplex: fix url
This commit is contained in:
parent
e0aad04158
commit
87a589e6e0
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=BioPlex
|
_pkgname=BioPlex
|
||||||
_pkgver=1.3.1
|
_pkgver=1.4.2
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.3.1
|
pkgver=1.4.2
|
||||||
pkgrel=3
|
pkgrel=0
|
||||||
pkgdesc='R-side access to BioPlex protein-protein interaction data'
|
pkgdesc='R-side access to BioPlex protein-protein interaction data'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -30,8 +30,8 @@ optdepends=(
|
||||||
r-rmarkdown
|
r-rmarkdown
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('f91f87ca03e39e71a9ec4ba3b6f7e32189a71522e22bf8a72a263647bb36a682')
|
sha256sums=('568a8cbfb38ca59e125f18669c95ce566a20a4c5183f2d446a6fcdc9fd4b2d24')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue