summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 20:52:05 +0000
committerBioArchLinuxBot2022-11-02 20:52:05 +0000
commit6615a20589bf568eb856dff68f70cd36b2cc890b (patch)
tree7abb4dbf510e4e0c811de4d02a81c513eb79b0bb /PKGBUILD
parent1fd9a7e0a427396c56736bdf4b6e97bdffda57e4 (diff)
downloadaur-6615a20589bf568eb856dff68f70cd36b2cc890b.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 c58d4fd2df0f..469d46d97c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GSgalgoR
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='An Evolutionary Framework for the Identification and Study of Prognostic Gene Expression Signatures in Cancer'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e336454c7e589aad63af8c4e1ceb8dd9b903f3af6aa06a61ff82319f0be726f2')
+sha256sums=('296e8f582177cd58cfb167ceca95cda9e3f3402f1eba71ced82cf8ea5880d89c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"