summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 00:20:30 +0000
committerBioArchLinuxBot2024-05-02 00:20:30 +0000
commit8dace3281cbeb61ff735256986c0c504e5388ab4 (patch)
tree2340fbdc7c386f13a2cd0a7152a0f72fd6bd7efd
parentf88052c0ae0e4e18f9174fe991b0fc3e5a533aba (diff)
downloadaur-r-universalmotif.tar.gz
[lilac] updated to 1.22.0-1
-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}"