r-biodbkegg: auto updated to 1.2.1-1

This commit is contained in:
BioArchLinuxBot 2022-09-27 00:03:50 +00:00
parent 277d03e181
commit e681fbeaf4

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=biodbKegg
_pkgver=1.2.0
_pkgver=1.2.1
pkgname=r-${_pkgname,,}
pkgver=1.2.0
pkgrel=2
pkgver=1.2.1
pkgrel=1
pkgdesc='biodbKegg, a library for connecting to the KEGG Database'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('44aa8fc749a51701d10e0656c4c3686200046495d8a66fd34c3926bd6ae9a239')
sha256sums=('90c363622d8d3146c5e336777aa15c1ba2309511fa96f586858f7aefb0b54708')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"