summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Nielsen2023-07-20 00:06:41 +1000
committerAdam Nielsen2023-07-20 00:06:41 +1000
commitdf7372da34c6869f2202b80ce285f99cc9e46044 (patch)
treeeb8813172c7183fc4bf3f36942134c0dfee0fcb7
parent605b2e6592236318a2776f356638c6f145e7e1b3 (diff)
downloadaur-df7372da34c6869f2202b80ce285f99cc9e46044.tar.gz
v1.1.30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd2756c862fb..e6f9df22ccef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-configshell-fb
pkgdesc = python framework for building simple CLI applications (free branch)
- pkgver = 1.1.29
+ pkgver = 1.1.30
pkgrel = 1
url = https://github.com/open-iscsi/configshell-fb
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-configshell-fb
depends = python-urwid
provides = python-configshell
conflicts = python-configshell
- source = https://github.com/open-iscsi/configshell-fb/archive/v1.1.29.tar.gz
- sha512sums = 1b5f573506317119d2420e415abbb856692caa65a7f407f741300eec302d1b442e29d2691f6a192b202b2a5731a7a179d1b03f6cd27780876194d97e4df5f7d0
+ source = https://github.com/open-iscsi/configshell-fb/archive/v1.1.30.tar.gz
+ sha512sums = b3189130ac047fe28ea987391591b7886f7234864d455a8423d1d65b02a514511e2a32dce1429a6b71cedbc0b7cb6e6e10f29d240b746d222c285f0baa6b46b0
pkgname = python-configshell-fb
diff --git a/PKGBUILD b/PKGBUILD
index 6ed7a0b117e2..a61ae3a9127b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=python-configshell-fb
_pkgname=configshell-fb
-pkgver=1.1.29
+pkgver=1.1.30
pkgrel=1
pkgdesc="python framework for building simple CLI applications (free branch)"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
provides=('python-configshell')
conflicts=('python-configshell')
source=(https://github.com/open-iscsi/configshell-fb/archive/v${pkgver}.tar.gz)
-sha512sums=('1b5f573506317119d2420e415abbb856692caa65a7f407f741300eec302d1b442e29d2691f6a192b202b2a5731a7a179d1b03f6cd27780876194d97e4df5f7d0')
+sha512sums=('b3189130ac047fe28ea987391591b7886f7234864d455a8423d1d65b02a514511e2a32dce1429a6b71cedbc0b7cb6e6e10f29d240b746d222c285f0baa6b46b0')
package() {
cd "$srcdir/$_pkgname-$pkgver"