summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-16 00:28:56 +0000
committerBioArchLinuxBot2023-11-16 00:28:56 +0000
commitfa5affbe68a09be1d0f468f17226adb61af6966e (patch)
tree39f5f820c27f21bc5839e0dfc40ce2f976ad452b /PKGBUILD
parentfaf4a7f4dbfa31a0a6a30bbbe884002080b2f74c (diff)
downloadaur-fa5affbe68a09be1d0f468f17226adb61af6966e.tar.gz
[lilac] updated to 1.18.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"