summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 10:30:38 +0000
committerBioArchLinuxBot2023-10-27 10:30:38 +0000
commitb157dfcf3cfeec656b9a508e3f449266b20d9ad8 (patch)
treed9ca218301d3d5fbc95f669d6433ac0506657575 /PKGBUILD
parent08cdb7ea4b4ecf38e0780ca8e472c9477a6358e6 (diff)
downloadaur-r-edaseq.tar.gz
[lilac] updated to 2.36.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86758b32ed63..368214a81ac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=EDASeq
-_pkgver=2.34.0
+_pkgver=2.36.0
pkgname=r-${_pkgname,,}
-pkgver=2.34.0
+pkgver=2.36.0
pkgrel=1
pkgdesc='Exploratory Data Analysis and Normalization for RNA-Seq'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-yeastrnaseq
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('305692a36291de14141bff356b06bfb4b1ef5fd2d0bc9bcbcbdce3b20498c43d')
+sha256sums=('08e4183209febbb6625c673449f5e7f1860b7dedcf4c61173936b8697d2d7177')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"