summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 21:39:51 +0000
committerBioArchLinuxBot2022-11-03 21:39:51 +0000
commite8be93a9a4524ae0f45b9b8563ce9285fc61b621 (patch)
tree87b9d87f3b4782e6b0707da03e6be2266c45b1ac /PKGBUILD
parent4e7e54e945113fc3c1df043e4621334e7c4c6ba7 (diff)
downloadaur-e8be93a9a4524ae0f45b9b8563ce9285fc61b621.tar.gz
[lilac] updated to 1.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 284ca6482f7f..9095434e0535 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=metaseqR2
-_pkgver=1.8.2
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.2
+pkgver=1.10.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=('849f965fd958253dcfc3af8df78ddff487dc0cd59376847358df0a930bb12bff')
+sha256sums=('fbce0bd9635f4a98da988d166d14f1b85aabd06cac82ffaa002e6efdc0f3ad54')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"