summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-06-18 00:02:10 +0000
committerBioArchLinuxBot2022-06-18 00:02:10 +0000
commitf2f44c8686b6daf1f311ce88272e951955432636 (patch)
tree6a7a3cbb66997c9c85fa936b2147e417a7441e0a
parent77084a90f37a88faf616639c7273fcafc4e717a2 (diff)
downloadaur-f2f44c8686b6daf1f311ce88272e951955432636.tar.gz
[lilac] updated to 2.22.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9815bf3318b8..955c3e7150ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-bgeedb
pkgdesc = Annotation and gene expression data retrieval from Bgee database. TopAnat, an anatomical entities Enrichment Analysis tool for UBERON ontology
- pkgver = 2.22.0
+ pkgver = 2.22.1
pkgrel = 1
url = https://bioconductor.org/packages/BgeeDB
arch = any
@@ -22,7 +22,7 @@ pkgbase = r-bgeedb
optdepends = r-markdown
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/BgeeDB_2.22.0.tar.gz
- sha256sums = 4cffacf66fe3ccb1b68abfa03732a53fb641959fcdc2a6b1922a45d407997f24
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BgeeDB_2.22.1.tar.gz
+ sha256sums = c8bf1ba1fe335586e6521d13c8a9fbe3a9351fcd0a47ca7ab118e5a54b309c2d
pkgname = r-bgeedb
diff --git a/PKGBUILD b/PKGBUILD
index 9390ee9c6be4..8a8a20831771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BgeeDB
-_pkgver=2.22.0
+_pkgver=2.22.1
pkgname=r-${_pkgname,,}
-pkgver=2.22.0
+pkgver=2.22.1
pkgrel=1
pkgdesc='Annotation and gene expression data retrieval from Bgee database. TopAnat, an anatomical entities Enrichment Analysis tool for UBERON ontology'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4cffacf66fe3ccb1b68abfa03732a53fb641959fcdc2a6b1922a45d407997f24')
+sha256sums=('c8bf1ba1fe335586e6521d13c8a9fbe3a9351fcd0a47ca7ab118e5a54b309c2d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"