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 c3344d4afcff..4b9ce3b06f8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-universalmotif
pkgdesc = Import, Modify, and Export Motifs with R
- pkgver = 1.20.0
+ pkgver = 1.22.0
pkgrel = 1
url = https://bioconductor.org/packages/universalmotif
arch = x86_64
@@ -36,7 +36,7 @@ pkgbase = r-universalmotif
optdepends = r-spelling
optdepends = r-testthat
optdepends = r-tfbstools
- source = https://bioconductor.org/packages/release/bioc/src/contrib/universalmotif_1.20.0.tar.gz
- sha256sums = 0afa0eea7a6bba5fb3ab958b7f5677c3c85e560783022c39d938caebe9fdc773
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/universalmotif_1.22.0.tar.gz
+ sha256sums = fed7c59661771c859e093f9a51668468df773e1af0e3e40abec85c3a56ac5acd
pkgname = r-universalmotif
diff --git a/PKGBUILD b/PKGBUILD
index 12ca9eae53e8..5c9f7b71c2ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=universalmotif
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='Import, Modify, and Export Motifs with R'
arch=('x86_64')
@@ -45,7 +45,7 @@ optdepends=(
r-tfbstools
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0afa0eea7a6bba5fb3ab958b7f5677c3c85e560783022c39d938caebe9fdc773')
+sha256sums=('fed7c59661771c859e093f9a51668468df773e1af0e3e40abec85c3a56ac5acd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"