summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-01-13 00:09:18 +0000
committerBioArchLinuxBot2024-01-13 00:09:18 +0000
commit7dae2e0cbb0498fd82050c8a812eb840a16ecf9c (patch)
tree134312a0f7fa48bacd78416164af2e3f3085216d /PKGBUILD
parente8be93a9a4524ae0f45b9b8563ce9285fc61b621 (diff)
downloadaur-7dae2e0cbb0498fd82050c8a812eb840a16ecf9c.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9095434e0535..c2f41aeb3a58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=metaseqR2
-_pkgver=1.10.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='An R package for the analysis and result reporting of RNA-Seq data by combining multiple statistical algorithms'
arch=('x86_64')
@@ -66,7 +66,7 @@ optdepends=(
r-tcc
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fbce0bd9635f4a98da988d166d14f1b85aabd06cac82ffaa002e6efdc0f3ad54')
+sha256sums=('c590809d04fdcd8b7f3de13f531cfbc60b2aa47ab697926b1fcfc8683652e9e9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"