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

This commit is contained in:
BioArchLinuxBot 2023-10-25 18:51:53 +00:00
parent f722431a07
commit 5115c7b610

View file

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