From e29a4fe9d617d2c3c3a22aad63bfaf0f2c420cb0 Mon Sep 17 00:00:00 2001 From: Johannes Dewender Date: Sun, 15 Sep 2013 16:59:39 +0200 Subject: [PATCH] python2-configshell: 1.2, now with Apache 2.0 license --- .SRCINFO | 6 +++--- PKGBUILD | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2eb6db28ad9f..53270810b1c7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,10 @@ pkgbase = python2-configshell pkgdesc = python framework for building simple CLI-based applications - pkgver = 1.1 - pkgrel = 5 + pkgver = 1.2 + pkgrel = 1 url = http://www.risingtidesystems.com/git/?p=configshell.git;a=summary arch = any - license = AGPL3 + license = Apache depends = python2-simpleparse depends = python2-urwid depends = epydoc diff --git a/PKGBUILD b/PKGBUILD index cab3f124adc9..aad537e1d5f3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ # Contributor: Johannes Dewender arch at JonnyJD dot net pkgname=python2-configshell -pkgver=1.1 -pkgrel=5 +pkgver=1.2 +pkgrel=1 epoch= pkgdesc="python framework for building simple CLI-based applications" arch=('any') url="http://www.risingtidesystems.com/git/?p=configshell.git;a=summary" -license=('AGPL3') +license=('Apache') depends=('python2-simpleparse' 'python2-urwid' 'epydoc') provides=() conflicts=() @@ -18,7 +18,7 @@ _pkgname=configshell build() { if [ ! -e "$_pkgname-$pkgver.tgz" ]; then - curl -flC - "http://www.risingtidesystems.com/git/?p=$_pkgname.git;a=snapshot;h=3ba5560219d7ae8545ce825f4ba778b5c2c90893;sf=tgz" -o "$_pkgname-$pkgver.tgz" + curl -flC - "http://www.risingtidesystems.com/git/?p=$_pkgname.git;a=snapshot;h=5fcb00e77153b6a9e188c00a06d88783e7d273f7;sf=tgz" -o "$_pkgname-$pkgver.tgz" fi bsdtar -xf "$srcdir/$_pkgname-$pkgver.tgz" cd "$srcdir/$_pkgname"