mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-biodbkegg: auto updated to 1.2.1-1
This commit is contained in:
parent
277d03e181
commit
e681fbeaf4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=biodbKegg
|
_pkgname=biodbKegg
|
||||||
_pkgver=1.2.0
|
_pkgver=1.2.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.2.0
|
pkgver=1.2.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='biodbKegg, a library for connecting to the KEGG Database'
|
pkgdesc='biodbKegg, a library for connecting to the KEGG Database'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -28,7 +28,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('44aa8fc749a51701d10e0656c4c3686200046495d8a66fd34c3926bd6ae9a239')
|
sha256sums=('90c363622d8d3146c5e336777aa15c1ba2309511fa96f586858f7aefb0b54708')
|
||||||
|
|
||||||
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