summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-29 00:07:08 +0000
committerBioArchLinuxBot2023-12-29 00:07:08 +0000
commitdcbf18cb545a458988e846205ad48be251b46fca (patch)
tree390aa7aa4b2cc081c91c03d15afba4ad95d9b1c3 /PKGBUILD
parentf4d49ea0abd8938eebea35966355b92c8aa257aa (diff)
downloadaur-r-batchelor.tar.gz
[lilac] updated to 1.18.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32d5b597dd35..052ac1434641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=batchelor
-_pkgver=1.18.0
+_pkgver=1.18.1
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.18.1
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=('820251aac7e8d6ca31a2af688fb149c6b9a47f9ba9f53b859f467cb8c68cbfb4')
+sha256sums=('a58590880cf00dd2ff7c9fc75ee611e4d4cc5bae98246a1878f8d7d1da6c8dfc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"