summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-03-21 14:47:26 +0000
committerBioArchLinuxBot2025-03-21 14:47:26 +0000
commit27d3b79e0c5319d526efc5fb459f3ee282260137 (patch)
tree6dfe5df596994069b9e343e4eb10214e396321e0
parent70317039401c6cf036512a066f9a51a7c78f101b (diff)
downloadaur-r-signaturesearch.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aebea3acf9bd..0834a2fe4a10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-signaturesearch
pkgdesc = Environment for Gene Expression Searching Combined with Functional Enrichment Analysis
- pkgver = 1.18.0
+ pkgver = 1.20.0
pkgrel = 1
url = https://bioconductor.org/packages/signatureSearch
arch = x86_64
@@ -39,7 +39,7 @@ pkgbase = r-signaturesearch
optdepends = r-rmarkdown
optdepends = r-signaturesearchdata
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/signatureSearch_1.18.0.tar.gz
- sha256sums = 64d0a6c46a9b9a93247feb87f68bfb3d4e05e5f4b7f3bb7a2700b1e28eb162ac
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/signatureSearch_1.20.0.tar.gz
+ sha256sums = 3006b0944d29101eca849cf2cc51b08688778901b634f2079a8bf1a394617086
pkgname = r-signaturesearch
diff --git a/PKGBUILD b/PKGBUILD
index ad57b961c9d5..28d8e8f5c2fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=signatureSearch
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Environment for Gene Expression Searching Combined with Functional Enrichment Analysis'
arch=('x86_64')
@@ -49,7 +49,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('64d0a6c46a9b9a93247feb87f68bfb3d4e05e5f4b7f3bb7a2700b1e28eb162ac')
+sha256sums=('3006b0944d29101eca849cf2cc51b08688778901b634f2079a8bf1a394617086')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"