r-simpintlists: auto updated to 1.32.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-29 00:28:19 +00:00
parent 29692b46de
commit 35e971f50f

View file

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