summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 20:52:05 +0000
committerBioArchLinuxBot2022-11-02 20:52:05 +0000
commit6615a20589bf568eb856dff68f70cd36b2cc890b (patch)
tree7abb4dbf510e4e0c811de4d02a81c513eb79b0bb
parent1fd9a7e0a427396c56736bdf4b6e97bdffda57e4 (diff)
downloadaur-6615a20589bf568eb856dff68f70cd36b2cc890b.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 80b6443fb893..aa899d3a1aea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gsgalgor
pkgdesc = An Evolutionary Framework for the Identification and Study of Prognostic Gene Expression Signatures in Cancer
- pkgver = 1.6.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://bioconductor.org/packages/GSgalgoR
arch = any
@@ -24,7 +24,7 @@ pkgbase = r-gsgalgor
optdepends = r-survcomp
optdepends = r-survminer
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GSgalgoR_1.6.0.tar.gz
- sha256sums = e336454c7e589aad63af8c4e1ceb8dd9b903f3af6aa06a61ff82319f0be726f2
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GSgalgoR_1.8.0.tar.gz
+ sha256sums = 296e8f582177cd58cfb167ceca95cda9e3f3402f1eba71ced82cf8ea5880d89c
pkgname = r-gsgalgor
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}"