summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-21 00:16:39 +0000
committerBioArchLinuxBot2023-06-21 00:16:39 +0000
commit6be7073b22961163ac50229fd16d75be4dc7e30c (patch)
tree2114b5583daf5153c6ea45bf89e95742e85b9a1d
parentab2da74cea8f054dd7db500ce408a3b996e6ba78 (diff)
downloadaur-6be7073b22961163ac50229fd16d75be4dc7e30c.tar.gz
[lilac] updated to 1.18.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c27d214091d..fd7183f16a71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-universalmotif
pkgdesc = Import, Modify, and Export Motifs with R
- pkgver = 1.18.0
+ pkgver = 1.18.1
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.0.tar.gz
- sha256sums = 961d5463099d657a6bd79a6b45239bea13d1ad6fa64dc3aad17869e18930ec6c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/universalmotif_1.18.1.tar.gz
+ sha256sums = a8bb3bc22d12facfacad8bb79a50d4e33b17664eacbbe048224399405b41206c
pkgname = r-universalmotif
diff --git a/PKGBUILD b/PKGBUILD
index 65f9d06c10a0..8a98399847d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=universalmotif
-_pkgver=1.18.0
+_pkgver=1.18.1
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.18.1
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=('961d5463099d657a6bd79a6b45239bea13d1ad6fa64dc3aad17869e18930ec6c')
+sha256sums=('a8bb3bc22d12facfacad8bb79a50d4e33b17664eacbbe048224399405b41206c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"