summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2022-03-10 21:25:49 +0100
committerHyacinthe Cartiaux2022-03-10 21:25:49 +0100
commit5132d45dce1bf0147953894585909af574f8ffa2 (patch)
treeac2688b296215ccaad712910b7dfd2441e882168
parent4a0f9b60b75869a76816b47ce7a528ec4efa2e3e (diff)
downloadaur-5132d45dce1bf0147953894585909af574f8ffa2.tar.gz
Update to 1.8.4
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2f911fdb92c..5c311e9bc9df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clustershell
pkgdesc = Python framework for efficient cluster administration
- pkgver = 1.8.3
- pkgrel = 2
+ pkgver = 1.8.4
+ pkgrel = 1
url = http://cea-hpc.github.io/clustershell/
changelog = ChangeLog
arch = any
@@ -11,8 +11,7 @@ pkgbase = clustershell
depends = python
optdepends = openssh: Secure SHell client to connect to distant machines,
optdepends = vim: Vi Improved
- source = https://github.com/cea-hpc/clustershell/archive/v1.8.3.tar.gz
- sha256sums = 86b0d524e5e50c0a15faec01d8642f0ff12ba78d50b7e7b660261be5d53fed9c
+ source = https://github.com/cea-hpc/clustershell/archive/v1.8.4.tar.gz
+ sha256sums = 763793f729bd1c275361717c540e01ad5fe536119eca92f14077c0995739b9d7
pkgname = clustershell
-
diff --git a/.gitignore b/.gitignore
index a0ab04ae7e5a..b14a823e3f7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.tar.xz
+*.tar.zst
*.tar.gz
pkg
src
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}"