summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-12-18 13:14:16 +0000
committerBioArchLinuxBot2024-12-18 13:14:16 +0000
commitedb1eb0355651d85b2d03293b8f80073ab1e87d7 (patch)
tree1eed633d781ce2a9eef38b0ce7dd2c6a5eff1133 /PKGBUILD
parent2df054aa36a70cb5e6f8c3eae57842976d630124 (diff)
downloadaur-edb1eb0355651d85b2d03293b8f80073ab1e87d7.tar.gz
[lilac] updated to 1.52.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e28a590cfaa..88a42a8d2c51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DEXSeq
-_pkgver=1.50.0
+_pkgver=1.52.0
pkgname=r-${_pkgname,,}
-pkgver=1.50.0
+pkgver=1.52.0
pkgrel=1
pkgdesc='Inference of differential exon usage in RNA-Seq'
arch=('any')
@@ -43,7 +43,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('441452a07b41dbeb931018303ae7e3840be29045a262b3a547831cb71f74c38f')
+sha256sums=('a8fab3990cec4b8944de6b83b31a46b838f3db19e0430b530435255176ef5217')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"