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 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}"