summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-06 00:06:17 +0000
committerBioArchLinuxBot2022-10-06 00:06:17 +0000
commit6428b12d96c6c70911600fa0ec9c5e911e484cb3 (patch)
tree03f057d567bf8541fe58732d39a0b8983650cc1e
parentba933c21c4a89ae56ebd3a45be3f472e865f5569 (diff)
downloadaur-6428b12d96c6c70911600fa0ec9c5e911e484cb3.tar.gz
[lilac] updated to 3.6.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7054f8c6adea..ccfee5dd2cd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-diffbind
pkgdesc = Differential Binding Analysis of ChIP-Seq Peak Data
- pkgver = 3.6.4
+ pkgver = 3.6.5
pkgrel = 1
url = https://bioconductor.org/packages/DiffBind
arch = x86_64
@@ -41,7 +41,7 @@ pkgbase = r-diffbind
optdepends = r-testthat
optdepends = r-xlconnect
optdepends = r-xtable
- source = https://bioconductor.org/packages/release/bioc/src/contrib/DiffBind_3.6.4.tar.gz
- sha256sums = 193fb53ce4ec9080a2ddaa88a468d2caad7ddbc07ed4d48df407931cd967bd0c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DiffBind_3.6.5.tar.gz
+ sha256sums = fd294fac901efb1a093c948bc6c34b96447c30b820f9f51bf529aab5d8d702b1
pkgname = r-diffbind
diff --git a/PKGBUILD b/PKGBUILD
index 79484b949215..543914227634 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DiffBind
-_pkgver=3.6.4
+_pkgver=3.6.5
pkgname=r-${_pkgname,,}
-pkgver=3.6.4
+pkgver=3.6.5
pkgrel=1
pkgdesc='Differential Binding Analysis of ChIP-Seq Peak Data'
arch=('x86_64')
@@ -51,7 +51,7 @@ optdepends=(
r-xtable
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('193fb53ce4ec9080a2ddaa88a468d2caad7ddbc07ed4d48df407931cd967bd0c')
+sha256sums=('fd294fac901efb1a093c948bc6c34b96447c30b820f9f51bf529aab5d8d702b1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"