summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 03:17:08 +0000
committerBioArchLinuxBot2022-11-03 03:17:08 +0000
commitd6dcbcc2bfda8e089953d44c258b676701b39d08 (patch)
treed9354aef06034ad34e0dc7f217206633d217730c
parentf6f0712b9e4a4d23d06a2148309bbec05e93083b (diff)
downloadaur-d6dcbcc2bfda8e089953d44c258b676701b39d08.tar.gz
[lilac] updated to 1.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa7ecca9baf3..7a75c93e0645 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-universalmotif
pkgdesc = Import, Modify, and Export Motifs with R
- pkgver = 1.14.1
+ pkgver = 1.16.0
pkgrel = 1
url = https://bioconductor.org/packages/universalmotif
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = r-universalmotif
optdepends = r-spelling
optdepends = r-testthat
optdepends = r-tfbstools
- source = https://bioconductor.org/packages/release/bioc/src/contrib/universalmotif_1.14.1.tar.gz
- sha256sums = 59cb8b79673cc61637c6b1363fa9b47c330e21f33c05a52526a30cacd027a5ea
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/universalmotif_1.16.0.tar.gz
+ sha256sums = 28e80ec9abeaab30188abff7a9872dea1389bd9be363cc99e0fdadce0738cfed
pkgname = r-universalmotif
diff --git a/PKGBUILD b/PKGBUILD
index ed26583d469c..64d0b76b1e39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=universalmotif
-_pkgver=1.14.1
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.1
+pkgver=1.16.0
pkgrel=1
pkgdesc='Import, Modify, and Export Motifs with R'
arch=('x86_64')
@@ -44,7 +44,7 @@ optdepends=(
r-tfbstools
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('59cb8b79673cc61637c6b1363fa9b47c330e21f33c05a52526a30cacd027a5ea')
+sha256sums=('28e80ec9abeaab30188abff7a9872dea1389bd9be363cc99e0fdadce0738cfed')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"