summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-07-14 00:07:53 +0000
committerBioArchLinuxBot2022-07-14 00:07:53 +0000
commit4e7e54e945113fc3c1df043e4621334e7c4c6ba7 (patch)
treeb5372de8fb471194554c903a1f79d428c4a0fa9d /PKGBUILD
parente141d00d15c19b5f3b0ea1b71d53b61f3d3ec64e (diff)
downloadaur-4e7e54e945113fc3c1df043e4621334e7c4c6ba7.tar.gz
[lilac] updated to 1.8.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 856a3b646804..284ca6482f7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=metaseqR2
-_pkgver=1.8.0
+_pkgver=1.8.2
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.8.2
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=('dcccce3e48dc2795553f07bec5ef1dbe81fba546e52a8ab3699b7af75dcbf96b')
+sha256sums=('849f965fd958253dcfc3af8df78ddff487dc0cd59376847358df0a930bb12bff')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"