summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-16 00:28:56 +0000
committerBioArchLinuxBot2023-11-16 00:28:56 +0000
commitfa5affbe68a09be1d0f468f17226adb61af6966e (patch)
tree39f5f820c27f21bc5839e0dfc40ce2f976ad452b
parentfaf4a7f4dbfa31a0a6a30bbbe884002080b2f74c (diff)
downloadaur-r-bandits.tar.gz
[lilac] updated to 1.18.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dad0b7aa8fc..ad8af2755620 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-bandits
pkgdesc = BANDITS: Bayesian ANalysis of DIfferenTial Splicing
- pkgver = 1.18.0
+ pkgver = 1.18.1
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.0.tar.gz
- sha256sums = 23dad111805b11cdf576b65fbf9fda6c0e44a5e480b0b30b2d5e39a68389bef5
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BANDITS_1.18.1.tar.gz
+ sha256sums = 3fb8c5dd7bf7dc16a0bbe5a5173ab104a0c9c531ab5477135737c7c2cea80179
pkgname = r-bandits
diff --git a/PKGBUILD b/PKGBUILD
index dd6aa3231273..2b2c2cd3da37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BANDITS
-_pkgver=1.18.0
+_pkgver=1.18.1
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.18.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=('23dad111805b11cdf576b65fbf9fda6c0e44a5e480b0b30b2d5e39a68389bef5')
+sha256sums=('3fb8c5dd7bf7dc16a0bbe5a5173ab104a0c9c531ab5477135737c7c2cea80179')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"