summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dea70b17e407..c3f500443357 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-pwmenrich
pkgdesc = PWM enrichment analysis
- pkgver = 4.38.0
+ pkgver = 4.40.0
pkgrel = 1
url = https://bioconductor.org/packages/PWMEnrich
arch = any
@@ -23,7 +23,7 @@ pkgbase = r-pwmenrich
optdepends = r-pwmenrich.hsapiens.background
optdepends = r-pwmenrich.mmusculus.background
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/PWMEnrich_4.38.0.tar.gz
- sha256sums = 0ef65699faf01b31361fc88efa4e8aba72cbd7471f0d11a987703bbd35de10e8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PWMEnrich_4.40.0.tar.gz
+ sha256sums = a28e13ccf8613d59f94ce48553d1bc39902ee9ac854dc5e4e23b708050d5f53b
pkgname = r-pwmenrich
diff --git a/PKGBUILD b/PKGBUILD
index 045ccedce6af..ae772177cdb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PWMEnrich
-_pkgver=4.38.0
+_pkgver=4.40.0
pkgname=r-${_pkgname,,}
-pkgver=4.38.0
+pkgver=4.40.0
pkgrel=1
pkgdesc='PWM enrichment analysis'
arch=('any')
@@ -32,7 +32,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0ef65699faf01b31361fc88efa4e8aba72cbd7471f0d11a987703bbd35de10e8')
+sha256sums=('a28e13ccf8613d59f94ce48553d1bc39902ee9ac854dc5e4e23b708050d5f53b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"