summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 10:57:48 +0000
committerBioArchLinuxBot2023-04-27 10:57:48 +0000
commit66dbd79e77f4d2ed6a9445b1f68516718821370a (patch)
tree0895c68035e710ff8c8d8643bc1bafea37e102bf /PKGBUILD
parent7e7d13e08b4d44ca035e31e3315565344a2d4702 (diff)
downloadaur-66dbd79e77f4d2ed6a9445b1f68516718821370a.tar.gz
[lilac] updated to 1.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"