python2-configshell: 1.2, now with Apache 2.0 license

This commit is contained in:
Johannes Dewender 2013-09-15 16:59:39 +02:00
parent 690934a3eb
commit e29a4fe9d6
2 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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"