summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 07:37:27 +0000
committerBioArchLinuxBot2023-10-27 07:37:27 +0000
commit5b3749579e1142821a45a1452751025f10e1668a (patch)
tree9a732dbd9870aa30667796b130259aec036ab384 /PKGBUILD
parenta90e09c9dd5aa23ad7fff8b6e738fe841d145ec8 (diff)
downloadaur-r-funchip.tar.gz
[lilac] updated to 1.28.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 452b8ca1ae1a..7d1ca18f4e5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=FunChIP
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.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=('8d7d879683399b3ead213c567193206056448e2d6809bce50111134a210e127d')
+sha256sums=('c19d48699810948b7bc177178811937f33abc1d1d828dafaab58be7dea521ce2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"