summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Semkin2019-09-19 15:32:50 +0300
committerIvan Semkin2019-09-19 15:32:50 +0300
commitebcf4a7eed85c2aed88545f33c2af1ff86c89f5e (patch)
treebed82e36d7e85e837095e8ea1c6a56e2bae58441 /PKGBUILD
parent1801f9a96e93843687565ff0d67177417eb4d98e (diff)
downloadaur-ebcf4a7eed85c2aed88545f33c2af1ff86c89f5e.tar.gz
Forgot setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8b4bc904f88..e0f6057e6454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
appname=PyInquirer
pkgname=(python-pyinquirer python2-pyinquirer)
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='A Python module for collection of common interactive command line user interfaces, based on Inquirer.js'
arch=('any')
url='https://github.com/CITGuru/PyInquirer'
license=('MIT')
depends=()
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools')
provides=('python-pyinquirer')
conflicts=('python-pyinquirer')
source=("https://github.com/CITGuru/PyInquirer/archive/$pkgver.tar.gz")