summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 03:20:35 +0000
committerBioArchLinuxBot2022-11-03 03:20:35 +0000
commit950a09e4b6fc16146bc2c8ab1dcf1b2593ff9894 (patch)
treed74f8abc2daff4ffa16e4f15db3b5f0b0b685133
parent4397e9b3ffa952888f99ca061283a1a782246643 (diff)
downloadaur-950a09e4b6fc16146bc2c8ab1dcf1b2593ff9894.tar.gz
[lilac] updated to 4.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5fad2efc45a..75e3063f94b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-pwmenrich
pkgdesc = PWM enrichment analysis
- pkgver = 4.32.0
+ pkgver = 4.34.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.32.0.tar.gz
- sha256sums = a9473532cc25fa39c95ec921618a3c78838a21750ae5d0b58a5329268729320c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PWMEnrich_4.34.0.tar.gz
+ sha256sums = d00106ba428551053a4563c8b96e548cacc7f95a0b4d7143e263ada5096e320b
pkgname = r-pwmenrich
diff --git a/PKGBUILD b/PKGBUILD
index 842f4df9609a..348ceb093386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PWMEnrich
-_pkgver=4.32.0
+_pkgver=4.34.0
pkgname=r-${_pkgname,,}
-pkgver=4.32.0
+pkgver=4.34.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=('a9473532cc25fa39c95ec921618a3c78838a21750ae5d0b58a5329268729320c')
+sha256sums=('d00106ba428551053a4563c8b96e548cacc7f95a0b4d7143e263ada5096e320b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"