summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2022-03-10 21:25:49 +0100
committerHyacinthe Cartiaux2022-03-10 21:25:49 +0100
commit5132d45dce1bf0147953894585909af574f8ffa2 (patch)
treeac2688b296215ccaad712910b7dfd2441e882168 /PKGBUILD
parent4a0f9b60b75869a76816b47ce7a528ec4efa2e3e (diff)
downloadaur-5132d45dce1bf0147953894585909af574f8ffa2.tar.gz
Update to 1.8.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54e4b9115d00..9b07838f94b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Aurelien Cedeyn <aurelien.cedeyn@gmail.com>
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
pkgname="clustershell"
-pkgver=1.8.3
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
pkgdesc="Python framework for efficient cluster administration"
arch=(any)
url="http://cea-hpc.github.io/clustershell/"
@@ -20,7 +20,7 @@ install=
changelog=ChangeLog
source=(https://github.com/cea-hpc/${pkgname}/archive/v${pkgver}.tar.gz)
noextract=()
-sha256sums=('86b0d524e5e50c0a15faec01d8642f0ff12ba78d50b7e7b660261be5d53fed9c')
+sha256sums=('763793f729bd1c275361717c540e01ad5fe536119eca92f14077c0995739b9d7')
build() {
echo "Directory: ${srcdir}/${pkgname}-${pkgver}"