summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 17:13:33 +0000
committerBioArchLinuxBot2023-04-27 17:13:33 +0000
commite9799b86ca1b0e71c9e2e69878596a3fa50f82fd (patch)
tree89d07dc1279a4232a7c3bd267f48d482c3c644b2 /PKGBUILD
parentf2c9197a31aa0bf8ee879b49667779ff33da139d (diff)
downloadaur-e9799b86ca1b0e71c9e2e69878596a3fa50f82fd.tar.gz
[lilac] updated to 2.66.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39954d2470ff..84ae3c224115 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=apComplex
-_pkgver=2.64.0
+_pkgver=2.66.0
pkgname=r-${_pkgname,,}
-pkgver=2.64.0
+pkgver=2.66.0
pkgrel=1
pkgdesc='Estimate protein complex membership using AP-MS protein data'
arch=('any')
@@ -17,7 +17,7 @@ depends=(
r-rgraphviz
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('caea0cba1cedeae679d64a4d47051b5c5454dea9fd810b9c30f09f0e5b868c79')
+sha256sums=('ee00a01d033dc6270cbd0f94ee163244414918ce179dae572279708cf50af714')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"