summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 12:15:35 +0000
committerBioArchLinuxBot2023-10-28 12:15:35 +0000
commit0361ac0e81fb81bff0f0b368ce9898b841e7e0f8 (patch)
treed2aeace15e10b6018e3220f3cf2cd84b042a3839 /PKGBUILD
parent9a2c9e417b3088d4c83c6edd8ff40df3844c4968 (diff)
downloadaur-r-hyper.tar.gz
[lilac] updated to 2.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index caa9f194572f..58e93330d2b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=hypeR
-_pkgver=1.14.0
+_pkgver=2.0.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=2.0.0
pkgrel=1
pkgdesc='An R Package For Geneset Enrichment Workflows'
arch=('any')
@@ -11,6 +11,7 @@ url="https://bioconductor.org/packages/${_pkgname}"
license=('GPL')
depends=(
r
+ r-biocstyle
r-dplyr
r-ggforce
r-ggplot2
@@ -39,7 +40,7 @@ optdepends=(
r-tidyverse
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6c9b947798d86ca0d430fc86b613e0f2a01f22c05328250b2555b69d8326d16e')
+sha256sums=('1fd5c05c33c455c5530ef4d8e9f5b809cea52b07b1623186132f09b93099b32b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"