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 d01d79c14b0f..7afb847460a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fishpond
-_pkgver=2.2.0
+_pkgver=2.4.0
pkgname=r-${_pkgname,,}
-pkgver=2.2.0
+pkgver=2.4.0
pkgrel=1
pkgdesc='Fishpond: differential transcript and gene expression with inferential replicates'
arch=('x86_64')
@@ -38,7 +38,7 @@ optdepends=(
r-tximportdata
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d56738efeffcf66485d7a28d2b9b82ecfbd4da872cbfe0fb5a1f660da027776b')
+sha256sums=('46394592aa1225ae36e5490311cb5b6bf15384b198b0862ce061c7c547695284')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"