summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 15:25:10 +0000
committerBioArchLinuxBot2022-11-03 15:25:10 +0000
commita91834b04aad0908fc3e5839879ab3e454871efd (patch)
tree278507e0ca1c457396681843a94c0c0e7a8a7077 /PKGBUILD
parent7774e3160188705e1c86030f687eb99e410a12dd (diff)
downloadaur-a91834b04aad0908fc3e5839879ab3e454871efd.tar.gz
[lilac] updated to 2.2.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57512b21d950..377de652d61b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GeneTonic
-_pkgver=2.0.2
+_pkgver=2.2.0
pkgname=r-${_pkgname,,}
-pkgver=2.0.2
+pkgver=2.2.0
pkgrel=1
pkgdesc='Enjoy Analyzing And Integrating The Results From Differential Expression Analysis And Functional Enrichment Analysis'
arch=('any')
@@ -59,7 +59,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e3a20013c6ecadf561f134acd6fc528c68c129449098cfc60aaa8c7e0522b822')
+sha256sums=('f28204d72eca130ea1043f3274baedc2e893b11e23cfc70dbbf84cd593367084')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"