summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 23:22:50 +0000
committerBioArchLinuxBot2024-05-02 23:22:50 +0000
commitbb60144f080f55407051ca5a2dabac9f2121a88b (patch)
treeb83022c3b0150e4681984adc69cf1e265a295600 /PKGBUILD
parent47ed2306d32921ec33ecb94b0df15523ce618898 (diff)
downloadaur-r-simplifyenrichment.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4fa399b93d4..65bd7e251648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=simplifyEnrichment
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Simplify Functional Enrichment Results'
arch=('any')
@@ -58,7 +58,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fc86227bb20671fbb242983e9a6b1c9509b70003817860c116b106841ca41962')
+sha256sums=('1166ba940119c40865320791896333f96007d1608bfcb8c224fdb127e8cc6180')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"