summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 09:19:24 +0000
committerBioArchLinuxBot2023-10-27 09:19:24 +0000
commit41f7b609e1e081809cfe7019d52409f1b145da8b (patch)
treeb73a555194ff952c89fc5de013133678025d3492 /PKGBUILD
parent15c89ef996ec3a70a378a12c6e710cf0cf241d7c (diff)
downloadaur-41f7b609e1e081809cfe7019d52409f1b145da8b.tar.gz
[lilac] updated to 1.30.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2a160045036..d6f82a57f85f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=consensusSeekeR
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.0
pkgrel=1
pkgdesc='Detection of consensus regions inside a group of experiences using genomic positions and genomic ranges'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2fd4984aba1991627d1d48ae771d0c0b49b5beb81b704b0c918c463ff9f4605a')
+sha256sums=('cea26f56c9937bea8bd40cb9cf619a8621c4f7aaeda37df9f49b4bb2782ebb35')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"