mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/python-configshell-fb fix
This commit is contained in:
parent
52a470e601
commit
20774bcec6
1 changed files with 1 additions and 2 deletions
|
@ -4,6 +4,7 @@ _pkgname=configshell-fb
|
|||
pkgver=1.1.fb15
|
||||
pkgrel=3
|
||||
pkgdesc="python framework for building simple CLI applications (free branch)"
|
||||
makedepends=('python-setuptools' 'python2-setuptools')
|
||||
arch=('any')
|
||||
url="https://github.com/agrover/configshell-fb"
|
||||
license=('Apache')
|
||||
|
@ -13,7 +14,6 @@ sha256sums=('7e645509acff3e92d4b824be48cdca1ba059e94ae9f9e0bdedd5829c310518d9')
|
|||
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue