summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 00:58:12 +0000
committerBioArchLinuxBot2024-05-03 00:58:12 +0000
commitb4c4908e788a1a910bf80175a3288199284058f6 (patch)
tree7729f361920da532f2ff4fb988060ca21b25f2c2
parenta1227022d875a68d5b5306c2c958ae9e61153d89 (diff)
downloadaur-r-motifdb.tar.gz
[lilac] updated to 1.46.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1935ed4970bb..c248bc0f1c00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-motifdb
pkgdesc = An Annotated Collection of Protein-DNA Binding Sequence Motifs
- pkgver = 1.44.0
+ pkgver = 1.46.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.44.0.tar.gz
- sha256sums = b90fed332c52bcceed296b824867ab944ebab291863926bf994a403d5c71e2fc
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/MotifDb_1.46.0.tar.gz
+ sha256sums = 707d54cd3bee0064c8ff5ea473cf98f4a5805d0d20a4977e2fc200f49e391ed5
pkgname = r-motifdb
diff --git a/PKGBUILD b/PKGBUILD
index 54d5eae924f2..3387e4516067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MotifDb
-_pkgver=1.44.0
+_pkgver=1.46.0
pkgname=r-${_pkgname,,}
-pkgver=1.44.0
+pkgver=1.46.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=('b90fed332c52bcceed296b824867ab944ebab291863926bf994a403d5c71e2fc')
+sha256sums=('707d54cd3bee0064c8ff5ea473cf98f4a5805d0d20a4977e2fc200f49e391ed5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"