summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-09-13 00:05:32 +0000
committerBioArchLinuxBot2022-09-13 00:05:32 +0000
commitba933c21c4a89ae56ebd3a45be3f472e865f5569 (patch)
tree0062a4b633c1131d08ccc16d9fa84dd389291038
parent961b889be0b9b9787c955559f463249f3f5596fe (diff)
downloadaur-ba933c21c4a89ae56ebd3a45be3f472e865f5569.tar.gz
[lilac] updated to 3.6.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae5651646989..7054f8c6adea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-diffbind
pkgdesc = Differential Binding Analysis of ChIP-Seq Peak Data
- pkgver = 3.6.3
+ pkgver = 3.6.4
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.3.tar.gz
- sha256sums = 5904199bd4afe7c7721b7a74205877d0364bc709a68e534aa37b8df6122c836c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DiffBind_3.6.4.tar.gz
+ sha256sums = 193fb53ce4ec9080a2ddaa88a468d2caad7ddbc07ed4d48df407931cd967bd0c
pkgname = r-diffbind
diff --git a/PKGBUILD b/PKGBUILD
index 9ac2a19210bc..79484b949215 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DiffBind
-_pkgver=3.6.3
+_pkgver=3.6.4
pkgname=r-${_pkgname,,}
-pkgver=3.6.3
+pkgver=3.6.4
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=('5904199bd4afe7c7721b7a74205877d0364bc709a68e534aa37b8df6122c836c')
+sha256sums=('193fb53ce4ec9080a2ddaa88a468d2caad7ddbc07ed4d48df407931cd967bd0c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"