summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 05:30:41 +0000
committerBioArchLinuxBot2023-10-26 05:30:41 +0000
commit6514c759e0f2bd3f4ec0c97ec881e1f40041eebf (patch)
treeed2fe0ae62daf249efeae226ec0808c332f709c1 /PKGBUILD
parent5968813c1a0cb390bb48a0c620c101751dd39dc4 (diff)
downloadaur-r-ppinfer.tar.gz
[lilac] updated to 1.28.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fb40f40eb43..ae24b465f529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PPInfer
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Inferring functionally related proteins using protein interaction networks'
arch=('any')
@@ -21,7 +21,7 @@ depends=(
r-yeastexpdata
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('26fe4288245a7ca60dc5c5f0f2f59d6ae8d0f06b8f9bef087190cf58d5980374')
+sha256sums=('55231d806926496a83367175d971cf180e73b242d9e7b8144d0689421f603090')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"