r-fis: auto updated to 1.24.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-29 00:10:25 +00:00
parent f5ce098d06
commit b9bd5f2ef6

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=FIs
_pkgver=1.23.0
_pkgver=1.24.0
pkgname=r-${_pkgname,,}
pkgver=1.23.0
pkgver=1.24.0
pkgrel=1
pkgdesc='Human Functional Interactions (FIs) for splineTimeR package'
arch=('any')
@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('60862ecba8a63373ba2c0eebc11e4ef11f597abf6d437a3aa09f909ee6bb6727')
sha256sums=('416fea2b68a03db2d4cb162cf8af3f0c5be8f4146021063f612a84358677bfee')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"