r-seq2pathway.data: auto updated to 1.28.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-29 00:08:05 +00:00
parent b663b6916b
commit 94a5222bee

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=seq2pathway.data
_pkgver=1.27.0
_pkgver=1.28.0
pkgname=r-${_pkgname,,}
pkgver=1.27.0
pkgver=1.28.0
pkgrel=1
pkgdesc='data set for R package seq2pathway'
arch=('any')
@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('29020f215825a5dafc588c86e2bff08637f21649cac735b873c698e791b47894')
sha256sums=('218060a3d00f0d52c11f2bea3bd083ddf5b119e0787976b0c28a4843e57fc02b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"