summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 02:52:17 +0000
committerBioArchLinuxBot2023-10-26 02:52:17 +0000
commitf88052c0ae0e4e18f9174fe991b0fc3e5a533aba (patch)
tree864f13dd4d8bb53ce49c0b8f3d073a3cf8fd9d40
parent6be7073b22961163ac50229fd16d75be4dc7e30c (diff)
downloadaur-f88052c0ae0e4e18f9174fe991b0fc3e5a533aba.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd7183f16a71..c3344d4afcff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-universalmotif
pkgdesc = Import, Modify, and Export Motifs with R
- pkgver = 1.18.1
+ pkgver = 1.20.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.18.1.tar.gz
- sha256sums = a8bb3bc22d12facfacad8bb79a50d4e33b17664eacbbe048224399405b41206c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/universalmotif_1.20.0.tar.gz
+ sha256sums = 0afa0eea7a6bba5fb3ab958b7f5677c3c85e560783022c39d938caebe9fdc773
pkgname = r-universalmotif
diff --git a/PKGBUILD b/PKGBUILD
index 8a98399847d7..12ca9eae53e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=universalmotif
-_pkgver=1.18.1
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.1
+pkgver=1.20.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=('a8bb3bc22d12facfacad8bb79a50d4e33b17664eacbbe048224399405b41206c')
+sha256sums=('0afa0eea7a6bba5fb3ab958b7f5677c3c85e560783022c39d938caebe9fdc773')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"