summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2021-10-11 17:39:40 +1100
committerMike Sampson2021-10-11 17:39:40 +1100
commit605b2e6592236318a2776f356638c6f145e7e1b3 (patch)
treee2bfdcc6404709152c885f80c1db0a90883ee906
parent2fa1a280dbaab23a48f0cb50c3dfdd433f534570 (diff)
downloadaur-605b2e6592236318a2776f356638c6f145e7e1b3.tar.gz
Version bump to 1.1.29
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c978f1db5f5..cd2756c862fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-configshell-fb
pkgdesc = python framework for building simple CLI applications (free branch)
- pkgver = 1.1.28
- pkgrel = 2
+ pkgver = 1.1.29
+ pkgrel = 1
url = https://github.com/open-iscsi/configshell-fb
arch = any
license = Apache
@@ -10,8 +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.28.tar.gz
- sha512sums = 4cdc3ee72fc7c4bffcf2f508eef16cc8578d1358ceeb70050a619f5e93e0e189de7216ac0baa77af98fb1b7569940a22a0e3cd977cd460bb91252b4ab176d0f4
+ source = https://github.com/open-iscsi/configshell-fb/archive/v1.1.29.tar.gz
+ sha512sums = 1b5f573506317119d2420e415abbb856692caa65a7f407f741300eec302d1b442e29d2691f6a192b202b2a5731a7a179d1b03f6cd27780876194d97e4df5f7d0
pkgname = python-configshell-fb
-
diff --git a/PKGBUILD b/PKGBUILD
index 25f266cbc092..6ed7a0b117e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=python-configshell-fb
_pkgname=configshell-fb
-pkgver=1.1.28
-pkgrel=2
+pkgver=1.1.29
+pkgrel=1
pkgdesc="python framework for building simple CLI applications (free branch)"
arch=('any')
url="https://github.com/open-iscsi/configshell-fb"
@@ -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=('4cdc3ee72fc7c4bffcf2f508eef16cc8578d1358ceeb70050a619f5e93e0e189de7216ac0baa77af98fb1b7569940a22a0e3cd977cd460bb91252b4ab176d0f4')
+sha512sums=('1b5f573506317119d2420e415abbb856692caa65a7f407f741300eec302d1b442e29d2691f6a192b202b2a5731a7a179d1b03f6cd27780876194d97e4df5f7d0')
package() {
cd "$srcdir/$_pkgname-$pkgver"