summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 20:08:07 +0000
committerBioArchLinuxBot2022-11-03 20:08:07 +0000
commite4e62de38642d929b20e2ace7751dd75785d882a (patch)
treee2034f78ea0eb5e33cbb56f7c3a89e206c293973
parent6428b12d96c6c70911600fa0ec9c5e911e484cb3 (diff)
downloadaur-e4e62de38642d929b20e2ace7751dd75785d882a.tar.gz
[lilac] updated to 3.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccfee5dd2cd9..e0473c4de514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-diffbind
pkgdesc = Differential Binding Analysis of ChIP-Seq Peak Data
- pkgver = 3.6.5
+ pkgver = 3.8.0
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.5.tar.gz
- sha256sums = fd294fac901efb1a093c948bc6c34b96447c30b820f9f51bf529aab5d8d702b1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DiffBind_3.8.0.tar.gz
+ sha256sums = 358e495e82f53cd0fa9b76001a9f394c5fe79059593a4ac0667ecf551141a52f
pkgname = r-diffbind
diff --git a/PKGBUILD b/PKGBUILD
index 543914227634..88d297d082ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DiffBind
-_pkgver=3.6.5
+_pkgver=3.8.0
pkgname=r-${_pkgname,,}
-pkgver=3.6.5
+pkgver=3.8.0
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=('fd294fac901efb1a093c948bc6c34b96447c30b820f9f51bf529aab5d8d702b1')
+sha256sums=('358e495e82f53cd0fa9b76001a9f394c5fe79059593a4ac0667ecf551141a52f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"