summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a47e8367751..1a9f9023205a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=dearseq
-_pkgver=1.8.2
+_pkgver=1.8.3
pkgname=r-${_pkgname,,}
-pkgver=1.8.2
+pkgver=1.8.3
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=('ac2479c93ddf53caddd7bf82cedf04a5b56ca1449dd9d5c9e1a96f3d089c0886')
+sha256sums=('f7117ae61b58f1f04edb22abcb188fed6ddfed589a5b1ee17bbb4c760cd69c8c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"