summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")