summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 00:29:23 +0000
committerBioArchLinuxBot2024-05-02 00:29:23 +0000
commit714ce3f0d3d4f538e188236b79e3f04ab35ce6f6 (patch)
tree72de3b4f7b0519cdef5240979bf88d64e1160854
parentba54ce7890375351abc56382a757a56b2314d04d (diff)
downloadaur-r-pwmenrich.tar.gz
[lilac] updated to 4.40.0-1
-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}"