summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 14:00:31 +0000
committerBioArchLinuxBot2023-04-27 14:00:31 +0000
commita90e09c9dd5aa23ad7fff8b6e738fe841d145ec8 (patch)
treea37084236e9574efd73e3dc205e0285ca50f1873 /PKGBUILD
parentceab7caeab9e2ba0165c586e82f1443ebbaa4f92 (diff)
downloadaur-a90e09c9dd5aa23ad7fff8b6e738fe841d145ec8.tar.gz
[lilac] updated to 1.26.0-1
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}"