summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 14:00:31 +0000
committerBioArchLinuxBot2023-04-27 14:00:31 +0000
commita90e09c9dd5aa23ad7fff8b6e738fe841d145ec8 (patch)
treea37084236e9574efd73e3dc205e0285ca50f1873
parentceab7caeab9e2ba0165c586e82f1443ebbaa4f92 (diff)
downloadaur-a90e09c9dd5aa23ad7fff8b6e738fe841d145ec8.tar.gz
[lilac] updated to 1.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fecdcfba175..e91bb8ad855e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-funchip
pkgdesc = Clustering and Alignment of ChIP-Seq peaks based on their shapes
- pkgver = 1.24.0
+ pkgver = 1.26.0
pkgrel = 1
url = https://bioconductor.org/packages/FunChIP
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = r-funchip
depends = r-rcpp
depends = r-rsamtools
depends = r-shiny
- source = https://bioconductor.org/packages/release/bioc/src/contrib/FunChIP_1.24.0.tar.gz
- sha256sums = c5a39ab06cc70890fc8a9809aa98816f6e1f76513c053c696feffe786f954bf2
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/FunChIP_1.26.0.tar.gz
+ sha256sums = 8d7d879683399b3ead213c567193206056448e2d6809bce50111134a210e127d
pkgname = r-funchip
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}"