summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Dewender2013-11-01 18:08:37 +0100
committerJohannes Dewender2013-11-01 18:08:37 +0100
commitabcaf85f2b2fe0160b2ca4bf48c8a231f99afd0e (patch)
tree2554c6bb7d30bb5bdc56d7039b1b1df443f4fd28 /PKGBUILD
parent89bfea18a95ccfcece3c4953ba5de978c8e69f1d (diff)
downloadaur-abcaf85f2b2fe0160b2ca4bf48c8a231f99afd0e.tar.gz
python-configshell-fb: 1.1.fb10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
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