aur fixes

This commit is contained in:
Kevin Mihelich 2014-12-05 02:48:20 +00:00
parent 1ebeb39475
commit 9f3f066f32
2 changed files with 2 additions and 4 deletions

View file

@ -7,13 +7,13 @@ pkgdesc="python framework for building simple CLI applications (free branch)"
arch=('any')
url="https://github.com/agrover/configshell-fb"
license=('Apache')
makedepends=('python-setuptools' 'python2-setuptools')
options=()
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
sha256sums=('391187e213bcec4eb81d34baad973afd6ff544af1fe07816ff784a3eb278e0c5')
package_python-configshell-fb() {
depends=('python-pyparsing' 'python-urwid')
makedepends=('python-setuptools')
provides=('python-configshell')
conflicts=('python-configshell')
cd "$srcdir/$_pkgname-$pkgver"
@ -22,7 +22,6 @@ package_python-configshell-fb() {
package_python2-configshell-fb() {
depends=('python2-pyparsing' 'python2-urwid')
makedepends=('python2-setuptools')
provides=('python2-configshell')
conflicts=('python2-configshell')
cd "$srcdir/$_pkgname-$pkgver"

View file

@ -8,6 +8,7 @@ arch=('any')
url="https://github.com/agrover/rtslib-fb"
license=('Apache')
depends=()
makedepends=('python-setuptools' 'python2-setuptools')
provides=()
backup=()
options=()
@ -19,7 +20,6 @@ sha256sums=('a28bf567ee451952c7f03b9dbc962ba81cc2a22ed3a8a0c8df1b3ce9cc5f67b8'
package_python-rtslib-fb() {
depends=('python')
makedepends=('python-setuptools')
conflicts=('python2-rtslib' 'targetcli-fb<=2.1.fb31')
cd "$srcdir/$_pkgname-$pkgver"
@ -39,7 +39,6 @@ package_python-rtslib-fb() {
package_python2-rtslib-fb() {
depends=('python2')
makedepends=('python2-setuptools')
conflicts=('python2-rtslib')
cd "$srcdir/$_pkgname-$pkgver"