r-graphpac: auto updated to 1.38.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 07:32:51 +00:00
parent 302709c720
commit 7298ff24fb

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GraphPAC
_pkgver=1.36.0
_pkgver=1.38.0
pkgname=r-${_pkgname,,}
pkgver=1.36.0
pkgrel=2
pkgver=1.38.0
pkgrel=1
pkgdesc='Identification of Mutational Clusters in Proteins via a Graph Theoretical Approach.'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -21,7 +21,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('e5fa11da997d123066f86621bc6427fab8acb7dc62716a531af2e43a142c22a5')
sha256sums=('70b8602910bc8cbd9294f3d70912a15c8044420da6651aef9fa12f6416eb2ce3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"