summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee3e82d65625..bfad8a2fafb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tradeSeq
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
-pkgrel=3
+pkgver=1.16.0
+pkgrel=1
pkgdesc='trajectory-based differential expression analysis for sequencing data'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -38,7 +38,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1af741887e296fba61ff97b716e225c8719df3f3f3dfa6095bb0920153076991')
+sha256sums=('7297d01b394cb2552c9705b6081e954d2d1a367aeaad5d18fe075b205694601a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"