mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-keggrest: auto updated to 1.40.1-1
This commit is contained in:
parent
43c728609a
commit
f8fbe69d3e
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=KEGGREST
|
||||
_pkgver=1.40.0
|
||||
_pkgver=1.40.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.40.0
|
||||
pkgver=1.40.1
|
||||
pkgrel=1
|
||||
pkgdesc='Client-side REST access to the Kyoto Encyclopedia of Genes and Genomes (KEGG)'
|
||||
arch=('any')
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-runit
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('6b2d9875de2fe11fadbe2a7321d5c12b736514112d743b5002988d887899bafe')
|
||||
sha256sums=('64eee08afe1bb28c942c7d7ac0379dd2b528f657bc5db123a597cb496de1eb8e')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue