summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-06 00:06:17 +0000
committerBioArchLinuxBot2022-10-06 00:06:17 +0000
commit6428b12d96c6c70911600fa0ec9c5e911e484cb3 (patch)
tree03f057d567bf8541fe58732d39a0b8983650cc1e /PKGBUILD
parentba933c21c4a89ae56ebd3a45be3f472e865f5569 (diff)
downloadaur-6428b12d96c6c70911600fa0ec9c5e911e484cb3.tar.gz
[lilac] updated to 3.6.5-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"