summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 16:58:53 +0000
committerBioArchLinuxBot2022-11-03 16:58:53 +0000
commitebb23110c1ecaad7203ba24902de00ab15fb6a59 (patch)
tree3829f0df5d2f8496b9ea8193b8768049cc223840
parent371279f01c0f5cd6a2da6d3333ad67cc0aa309ba (diff)
downloadaur-ebb23110c1ecaad7203ba24902de00ab15fb6a59.tar.gz
[lilac] updated to 1.40.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21e7ba8be775..44d0847bf696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-motifdb
pkgdesc = An Annotated Collection of Protein-DNA Binding Sequence Motifs
- pkgver = 1.38.0
+ pkgver = 1.40.0
pkgrel = 1
url = https://bioconductor.org/packages/MotifDb
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-motifdb
optdepends = r-rmarkdown
optdepends = r-runit
optdepends = r-seqlogo
- source = https://bioconductor.org/packages/release/bioc/src/contrib/MotifDb_1.38.0.tar.gz
- sha256sums = 7165a40692d2c906cfbe6513e5e2759ff6efd3e00547d5e288b16d0f28f8ceb3
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/MotifDb_1.40.0.tar.gz
+ sha256sums = f41d4a37328db893f8c0cd6afee1e0be8d588cc090a5c6440a6383b86a775188
pkgname = r-motifdb
diff --git a/PKGBUILD b/PKGBUILD
index c533270d5999..36a6f884c2d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MotifDb
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.0
pkgrel=1
pkgdesc='An Annotated Collection of Protein-DNA Binding Sequence Motifs'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-seqlogo
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7165a40692d2c906cfbe6513e5e2759ff6efd3e00547d5e288b16d0f28f8ceb3')
+sha256sums=('f41d4a37328db893f8c0cd6afee1e0be8d588cc090a5c6440a6383b86a775188')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"