summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-07-14 00:02:50 +0000
committerBioArchLinuxBot2022-07-14 00:02:50 +0000
commitaec8abb6fb024fafcfb98e57cafa80f93583513d (patch)
treecb4146ba8878a4d3a6e2422015dda4c704718d1e /PKGBUILD
parentd423040f5442a2a351893c3bad23967621e0f7c1 (diff)
downloadaur-aec8abb6fb024fafcfb98e57cafa80f93583513d.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 3957eb5a466a..3a47e8367751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=dearseq
-_pkgver=1.8.1
+_pkgver=1.8.2
pkgname=r-${_pkgname,,}
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=1
pkgdesc='Differential Expression Analysis for RNA-seq data through a robust variance component test'
arch=('any')
@@ -41,7 +41,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('415e466e09d170fb67e87ca0c8e66a21cd1dabc83a2e4dadae8c32fdca2424b8')
+sha256sums=('ac2479c93ddf53caddd7bf82cedf04a5b56ca1449dd9d5c9e1a96f3d089c0886')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"