r-keggrest: auto updated to 1.40.1-1

This commit is contained in:
BioArchLinuxBot 2023-10-01 00:02:53 +00:00
parent 43c728609a
commit f8fbe69d3e

View file

@ -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}"