r-graphpac: auto updated to 1.40.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-03 04:58:14 +00:00
parent cb8d2c8a83
commit 66f65039c5

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GraphPAC
_pkgver=1.38.0
_pkgver=1.40.0
pkgname=r-${_pkgname,,}
pkgver=1.38.0
pkgrel=2
pkgver=1.40.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=('70b8602910bc8cbd9294f3d70912a15c8044420da6651aef9fa12f6416eb2ce3')
sha256sums=('31061a7e1d8e604cc0fe266a89f222321f876bf7e9926e9b97a3b2582fb67722')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"