summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 09:19:09 +0000
committerBioArchLinuxBot2024-05-03 09:19:09 +0000
commit60c1ecd156f7b7a226c396420e615f991a8f1eb1 (patch)
treef4f81df22f65383b9c9322517ef485649ba61782
parentebf4ff91ea5ee39378bacbdf94186e6e50c5a25d (diff)
downloadaur-60c1ecd156f7b7a226c396420e615f991a8f1eb1.tar.gz
[lilac] updated to 3.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22be78097377..6703c414966c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-diffbind
pkgdesc = Differential Binding Analysis of ChIP-Seq Peak Data
- pkgver = 3.12.0
+ pkgver = 3.14.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.12.0.tar.gz
- sha256sums = 069926f90bef2cf148fa644b01cd63d7ec558e2be526cbd078ecb2401de98cda
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DiffBind_3.14.0.tar.gz
+ sha256sums = f59e0233090a5cc0b115ff50dde770c3b146a611b9ca3bf9fcb2ca758bff20eb
pkgname = r-diffbind
diff --git a/PKGBUILD b/PKGBUILD
index 5406740c5961..7ebd3e05bad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DiffBind
-_pkgver=3.12.0
+_pkgver=3.14.0
pkgname=r-${_pkgname,,}
-pkgver=3.12.0
+pkgver=3.14.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=('069926f90bef2cf148fa644b01cd63d7ec558e2be526cbd078ecb2401de98cda')
+sha256sums=('f59e0233090a5cc0b115ff50dde770c3b146a611b9ca3bf9fcb2ca758bff20eb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"