summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 08:01:48 +0000
committerBioArchLinuxBot2023-04-27 08:01:48 +0000
commita2f7c307d5a4f90125b24c15b494288749aa1b65 (patch)
tree1c1dfd8275ee1e8337f4b3d0ac14b0cd7bcbab18 /PKGBUILD
parent9a2368928e4fc92c72f67ccdda1af403377721ec (diff)
downloadaur-a2f7c307d5a4f90125b24c15b494288749aa1b65.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 91fa367330c8..8a8ba6cd125f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fedup
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.0
pkgrel=1
pkgdesc="Fisher's Test for Enrichment and Depletion of User-Defined Pathways"
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-tidyr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ec15c591bbaa82e3707bb8abd156276c5daa7c1b187cb3e3471d4091bf181e74')
+sha256sums=('f99d806e22876c76e87aee28170da76126429515947625bdc2e14249e4a5deb2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"