summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-01 10:40:41 +0000
committerBioArchLinuxBot2022-11-01 10:40:41 +0000
commit3469e24030e1399789b1e7d3e502352b0deff432 (patch)
tree2a73a57d17f2d1a4c226adbe82510f99657b4dd3 /PKGBUILD
parent9c26b0e7d4d66834fcf90728ac936ac3663d0ce9 (diff)
downloadaur-3469e24030e1399789b1e7d3e502352b0deff432.tar.gz
[lilac] updated to 1.2.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac81208ab301..2b2398abbc36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=easier
-_pkgver=1.2.0
+_pkgver=1.2.2
pkgname=r-${_pkgname,,}
-pkgver=1.2.0
+pkgver=1.2.2
pkgrel=1
pkgdesc='Estimate Systems Immune Response from RNA-seq data'
arch=('any')
@@ -19,6 +19,7 @@ depends=(
r-dplyr
r-easierdata
r-ggplot2
+ r-ggpubr
r-ggrepel
r-matrixstats
r-progeny
@@ -36,7 +37,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c3a53fbf9a69243eb6222ca3e39a4ffe1f0c20bb82a63041a8f0d7c0da7d1421')
+sha256sums=('fbbc4e71c305a1e914a680470872269946d591d383ee9fc56621cac5702142d0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"