summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 20:26:00 +0000
committerBioArchLinuxBot2024-05-02 20:26:00 +0000
commit92bf8ec4e00007e44fb856241144d34519f22278 (patch)
tree9488baa32f954425a0ceb74bfa281927afe4700d /PKGBUILD
parenta6aad3a37640469b4f2cbbfb4962de7f5b3f606d (diff)
downloadaur-r-genomicsupersignature.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bcb57933201..97f5d799f2d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomicSuperSignature
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.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=('c0deb6a2ceb4e8e4a725716b1803969d35ef5fc15b47943eb91c34ac5248062b')
+sha256sums=('40c33db08042516569b2e940c7f17d2dfb58b49813057592311d1e7a6ea7375f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"