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 7cea9f2e7941..755aad131458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=batchelor
-_pkgver=1.12.3
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.3
+pkgver=1.14.0
pkgrel=1
pkgdesc='Single-Cell Batch Correction Methods'
arch=('x86_64')
@@ -40,7 +40,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ac4bd7758ddf758ec599873c6ac698721ca11417db7a8b87799daa07371c3d02')
+sha256sums=('5b6ed5f396ab0723b639e282a4c8537f0ed85ad4e95c8975c5281ceb3ec2b7b1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"