r-simpintlists: auto updated to 1.31.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 00:20:18 +00:00
parent 5edaec7e0a
commit b3b31c69e5

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=simpIntLists
_pkgver=1.30.0
_pkgver=1.31.0
pkgname=r-${_pkgname,,}
pkgver=1.30.0
pkgrel=2
pkgver=1.31.0
pkgrel=1
pkgdesc='The package contains BioGRID interactions for various organisms in a simple format'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('e19f9b616b17111274181a156b8de8875421131a30d30505918d59a9a1c35460')
sha256sums=('20dda0831cd031a34c39fe753607fc76aafbff17302cbf47f734a4a303327369')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"