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