summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-05 18:02:50 +0000
committerBioArchLinuxBot2022-12-05 18:02:50 +0000
commitf457466ba78146276b6def6a96ce6a43939c0398 (patch)
tree84246502a6f4d8af1048ebe257c1a3b54bb5070f
parentb37469b558ccdc1e96d0799bb89e9fe0b071fa33 (diff)
downloadaur-f457466ba78146276b6def6a96ce6a43939c0398.tar.gz
[lilac] updated to 3.8.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05a1ab15d588..6bc7f82790b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-diffbind
pkgdesc = Differential Binding Analysis of ChIP-Seq Peak Data
- pkgver = 3.8.1
+ pkgver = 3.8.2
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.1.tar.gz
- sha256sums = 922b11553495fcd1f3fed8ab71f955ca9651d206f47fd97bbb89d0db43cbf6f1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DiffBind_3.8.2.tar.gz
+ sha256sums = 8fd55de4861d5f779c0a98ed3e7d195e7cb6acc89454b32614fab0a486719153
pkgname = r-diffbind
diff --git a/PKGBUILD b/PKGBUILD
index 7afd96851464..afe7732556cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DiffBind
-_pkgver=3.8.1
+_pkgver=3.8.2
pkgname=r-${_pkgname,,}
-pkgver=3.8.1
+pkgver=3.8.2
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=('922b11553495fcd1f3fed8ab71f955ca9651d206f47fd97bbb89d0db43cbf6f1')
+sha256sums=('8fd55de4861d5f779c0a98ed3e7d195e7cb6acc89454b32614fab0a486719153')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"