summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c34e57d9d041..452b8ca1ae1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=FunChIP
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.0
pkgrel=1
pkgdesc='Clustering and Alignment of ChIP-Seq peaks based on their shapes'
arch=('x86_64')
@@ -23,7 +23,7 @@ depends=(
r-shiny
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c5a39ab06cc70890fc8a9809aa98816f6e1f76513c053c696feffe786f954bf2')
+sha256sums=('8d7d879683399b3ead213c567193206056448e2d6809bce50111134a210e127d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"