summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad8af2755620..4c19f11ab162 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-bandits
pkgdesc = BANDITS: Bayesian ANalysis of DIfferenTial Splicing
- pkgver = 1.18.1
+ pkgver = 1.20.0
pkgrel = 1
url = https://bioconductor.org/packages/BANDITS
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = r-bandits
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-tximport
- source = https://bioconductor.org/packages/release/bioc/src/contrib/BANDITS_1.18.1.tar.gz
- sha256sums = 3fb8c5dd7bf7dc16a0bbe5a5173ab104a0c9c531ab5477135737c7c2cea80179
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BANDITS_1.20.0.tar.gz
+ sha256sums = b0cc7f5f4c30690ce264e63a80289e42082f8d98dde83d369f2b1fbd17d03fc6
pkgname = r-bandits
diff --git a/PKGBUILD b/PKGBUILD
index 2b2c2cd3da37..98e346cec17e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BANDITS
-_pkgver=1.18.1
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.1
+pkgver=1.20.0
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=('3fb8c5dd7bf7dc16a0bbe5a5173ab104a0c9c531ab5477135737c7c2cea80179')
+sha256sums=('b0cc7f5f4c30690ce264e63a80289e42082f8d98dde83d369f2b1fbd17d03fc6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"