summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 00:33:58 +0000
committerBioArchLinuxBot2023-10-26 00:33:58 +0000
commitbb1edc070ab5cbef9cda015793a44cd179d0eb49 (patch)
treef25461831f3dfb2ea1b917d173ea770b91b4a5eb /PKGBUILD
parent0c93dbf1643aba09a578cb62585e39ab1c8eaa28 (diff)
downloadaur-bb1edc070ab5cbef9cda015793a44cd179d0eb49.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07cab8769e2c..e132ae66137a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bluster
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Clustering Algorithms for Bioconductor'
arch=('x86_64')
@@ -36,7 +36,7 @@ optdepends=(
r-viridis
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('49170377c22bb12e2a36b595fc981538a638a14be621bac13806197ae900c195')
+sha256sums=('0c564cfe750c16f4cb5def26289dbd036b027c096239e8352a228d764cd9f39b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"