r-rcx: auto updated to 1.0.1-1

This commit is contained in:
BioArchLinuxBot 2022-10-08 00:01:20 +00:00
parent cf22075b79
commit 104a297f39

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RCX _pkgname=RCX
_pkgver=1.0.0 _pkgver=1.0.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.0.0 pkgver=1.0.1
pkgrel=2 pkgrel=1
pkgdesc='R package implementing the Cytoscape Exchange (CX) format' pkgdesc='R package implementing the Cytoscape Exchange (CX) format'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -24,7 +24,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('908abd3f8f24df314b3f3c9b82e9c98b1d1803b848f8dc4fd4029e827f14a1b6') sha256sums=('583b92da1fba6b37c3ccc7de7c50f5f3604f2721e980b2df1f0a413728cd2af7')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"