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 7f138df3dfe9..26c02957ead8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BANDITS
-_pkgver=1.14.0
+_pkgver=1.14.1
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
pkgdesc='BANDITS: Bayesian ANalysis of DIfferenTial Splicing'
arch=('x86_64')
@@ -34,7 +34,7 @@ optdepends=(
r-tximport
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('48e37178f50cfc4151fc3f8dec08ac8058fec9600ce4e3fb5aef0019de43b8a3')
+sha256sums=('1dcd8be45724a88350e9533973e0f3a835c1f438cb39e278c66bd0f6fef97135')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"