summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 03:50:04 +0000
committerBioArchLinuxBot2023-04-27 03:50:04 +0000
commit5bd3260fa3bf428a6d2ac5d30cf0a5c04016e074 (patch)
treec3b353d7ea9802d3a17877a56a9aed19343bcd16 /PKGBUILD
parent6a92d8cabef68baea19740a24140d0431caf4561 (diff)
downloadaur-5bd3260fa3bf428a6d2ac5d30cf0a5c04016e074.tar.gz
[lilac] updated to 1.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6540ee16a0dd..454db2db3f17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ComPrAn
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='Complexome Profiling Analysis package'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d093bec95aca7891f8c191eae9c70616c69244e59a2d92a6e6387b55791cc9fe')
+sha256sums=('5ee980155f09184a0e3c13474f337eb9d468b2d532f26e82d7e7abe8e57438f9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"