summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-01-12 11:32:59 +0100
committerJohannes Dewender2014-01-12 11:32:59 +0100
commit374290bb5f4787cc1870758409fc4a4c64cdd898 (patch)
tree0df3b921b98efabe3ba887a348895f9f8d36569f
parent719f4acd2aa6aee011299d68001cb11bb3e582d8 (diff)
downloadaur-374290bb5f4787cc1870758409fc4a4c64cdd898.tar.gz
python-configshell-fb: 1.1.fb11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca96c974981e..c910fe70ce32 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.fb10
+ pkgver = 1.1.fb11
pkgrel = 1
url = https://github.com/agrover/configshell-fb
arch = any
@@ -10,10 +10,8 @@ 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.fb10.tar.gz
- source = 2to3.patch
- md5sums = 72e152e33785bd975cc3848653d1f0bd
- md5sums = d0413e9d1a8dca6df0c92aa9a4a2bf54
+ source = https://fedorahosted.org/releases/t/a/targetcli-fb/configshell-fb-1.1.fb11.tar.gz
+ md5sums = df98b31141060d37f4656528a0c3b711
pkgname = python-configshell-fb
diff --git a/PKGBUILD b/PKGBUILD
index a8b73fb5014c..215ad10ab288 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.fb10
+pkgver=1.1.fb11
pkgrel=1
epoch=
pkgdesc="python framework for building simple CLI applications (free branch)"
@@ -13,9 +13,8 @@ makedepends=('python-setuptools')
provides=('python-configshell')
conflicts=('python-configshell')
options=()
-source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz 2to3.patch)
-md5sums=('72e152e33785bd975cc3848653d1f0bd'
- 'd0413e9d1a8dca6df0c92aa9a4a2bf54')
+source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
+md5sums=('df98b31141060d37f4656528a0c3b711')
build() {
cd "$srcdir/$_pkgname-$pkgver"