summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a53cb4155b5..e2d680e253cf 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.fb9
+ pkgver = 1.1.fb10
pkgrel = 1
url = https://github.com/agrover/configshell-fb
arch = any
@@ -9,9 +9,9 @@ pkgbase = python-configshell-fb
depends = python-urwid
provides = python-configshell
conflicts = python-configshell
- source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb9.tar.gz
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb10.tar.gz
source = 2to3.patch
- md5sums = 48b7c9be66c9e450585598504c2fde45
+ md5sums = 72e152e33785bd975cc3848653d1f0bd
md5sums = d0413e9d1a8dca6df0c92aa9a4a2bf54
pkgname = python-configshell-fb
diff --git a/PKGBUILD b/PKGBUILD
index afef55390027..bb0ceecae532 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.fb9
+pkgver=1.1.fb10
pkgrel=1
epoch=
pkgdesc="python framework for building simple CLI applications (free branch)"
@@ -13,14 +13,9 @@ provides=('python-configshell')
conflicts=('python-configshell')
options=()
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz 2to3.patch)
-md5sums=('48b7c9be66c9e450585598504c2fde45'
+md5sums=('72e152e33785bd975cc3848653d1f0bd'
'd0413e9d1a8dca6df0c92aa9a4a2bf54')
-prepare() {
- cd "$srcdir/$_pkgname-$pkgver"
- patch -p1 < ../2to3.patch
-}
-
build() {
cd "$srcdir/$_pkgname-$pkgver"
python setup.py build