r-graphpac: auto updated to 1.46.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-03 18:24:30 +00:00
parent 38f7b6fdb3
commit f23fcb7b54

View file

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