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 295b1f54f2b0..c1f93f3e94e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=dittoSeq
-_pkgver=1.14.1
+_pkgver=1.14.2
pkgname=r-${_pkgname,,}
-pkgver=1.14.1
+pkgver=1.14.2
pkgrel=1
pkgdesc='User Friendly Single-Cell and Bulk RNA Sequencing Visualization'
arch=('any')
@@ -41,7 +41,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d99826f66590a89f98dc9185e43aa374b4d9ca12c4743b4e8fcf1a13403609ec')
+sha256sums=('40dff6bc16693acd5b499aed24fa675e16bd5fe1bd7809418d58daf995c1d163')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"