r-simpintlists: auto updated to 1.37.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 18:48:47 +00:00
parent 37293097ad
commit 9eae07d77b

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=simpIntLists
_pkgver=1.36.0
_pkgver=1.37.0
pkgname=r-${_pkgname,,}
pkgver=1.36.0
pkgver=1.37.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=('8f43e03ea74874a895d1a0f4319c01bdf424b2cc8b4c13692163a37aed0baaca')
sha256sums=('86ae744762981cb040f3b959113f193565fe5ca5df93eab6e2f7e2b8c522e179')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"