summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bdaca3a2897..ca33002abcbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PSEA
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='Population-Specific Expression Analysis.'
arch=('any')
@@ -17,7 +17,7 @@ optdepends=(
r-biocstyle
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5daebdcb45ec4b4a8f28104faf148dc992463163608c8bd343076f793a95b471')
+sha256sums=('3ea5466278e22da554479d9999afdc14d0b9142eb0a04f192dbdf16c26baa7e7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"