summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 06:56:30 +0000
committerBioArchLinuxBot2023-10-27 06:56:30 +0000
commita6aad3a37640469b4f2cbbfb4962de7f5b3f606d (patch)
tree9dae4b50c59f6c69eceed4ee4b9d7f4dfe902b7f
parent66dbd79e77f4d2ed6a9445b1f68516718821370a (diff)
downloadaur-r-genomicsupersignature.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9c8a350f6b2..b42e16fb2af4 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.8.0
+ pkgver = 1.10.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.8.0.tar.gz
- sha256sums = 84af2fb285f2f980e9256d118def4345587a615ba135f1ef6b4cb386b2e852f1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GenomicSuperSignature_1.10.0.tar.gz
+ sha256sums = c0deb6a2ceb4e8e4a725716b1803969d35ef5fc15b47943eb91c34ac5248062b
pkgname = r-genomicsupersignature
diff --git a/PKGBUILD b/PKGBUILD
index a176c24b6888..8bcb57933201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomicSuperSignature
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.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=('84af2fb285f2f980e9256d118def4345587a615ba135f1ef6b4cb386b2e852f1')
+sha256sums=('c0deb6a2ceb4e8e4a725716b1803969d35ef5fc15b47943eb91c34ac5248062b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"