summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 10:57:48 +0000
committerBioArchLinuxBot2023-04-27 10:57:48 +0000
commit66dbd79e77f4d2ed6a9445b1f68516718821370a (patch)
tree0895c68035e710ff8c8d8643bc1bafea37e102bf
parent7e7d13e08b4d44ca035e31e3315565344a2d4702 (diff)
downloadaur-66dbd79e77f4d2ed6a9445b1f68516718821370a.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f0d1aef0716..a9c8a350f6b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genomicsupersignature
pkgdesc = Interpretation of RNA-seq experiments through robust, efficient comparison to public databases
- pkgver = 1.6.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://bioconductor.org/packages/GenomicSuperSignature
arch = any
@@ -40,7 +40,7 @@ pkgbase = r-genomicsupersignature
optdepends = r-usethis
optdepends = r-utils
optdepends = r-wordcloud
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicSuperSignature_1.6.0.tar.gz
- sha256sums = de10287d5869a8b35fed2c537d885a3d5b6edf307215e448bbb32bc85cb2fc57
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicSuperSignature_1.8.0.tar.gz
+ sha256sums = 84af2fb285f2f980e9256d118def4345587a615ba135f1ef6b4cb386b2e852f1
pkgname = r-genomicsupersignature
diff --git a/PKGBUILD b/PKGBUILD
index 9cb946798338..a176c24b6888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomicSuperSignature
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='Interpretation of RNA-seq experiments through robust, efficient comparison to public databases'
arch=('any')
@@ -49,7 +49,7 @@ optdepends=(
r-wordcloud
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('de10287d5869a8b35fed2c537d885a3d5b6edf307215e448bbb32bc85cb2fc57')
+sha256sums=('84af2fb285f2f980e9256d118def4345587a615ba135f1ef6b4cb386b2e852f1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"