summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-06 00:07:11 +0000
committerBioArchLinuxBot2023-11-06 00:07:11 +0000
commitce22b79d339bf2690a69d34293a6976b8e300f6d (patch)
treedd7ef14f6426f953139309cd44d64db5e141ab94 /PKGBUILD
parent3318adfbcb6e606a9f4f96dadf84811a0c99e1c0 (diff)
downloadaur-r-clustree.tar.gz
[lilac] updated to 0.5.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a53eab2bcdc7..10389c3c95be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=clustree
-_pkgver=0.5.0
+_pkgver=0.5.1
pkgname=r-${_pkgname,,}
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc='Visualise Clusterings at Different Resolutions'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a87f65dc0489af77807ed27de67e905699f21f50bcfba6a84353b9a846a84ac1')
+sha256sums=('b5f2496e596e3fd140ace69c4837085e13f3abb850f5eb57d496380691fdd117')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"