summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Semkin2019-09-19 15:32:50 +0300
committerIvan Semkin2019-09-19 15:32:50 +0300
commitebcf4a7eed85c2aed88545f33c2af1ff86c89f5e (patch)
treebed82e36d7e85e837095e8ea1c6a56e2bae58441
parent1801f9a96e93843687565ff0d67177417eb4d98e (diff)
downloadaur-ebcf4a7eed85c2aed88545f33c2af1ff86c89f5e.tar.gz
Forgot setuptools
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68e081740357..ee4553cad84e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-pyinquirer
pkgdesc = A Python module for collection of common interactive command line user interfaces, based on Inquirer.js
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CITGuru/PyInquirer
arch = any
license = MIT
makedepends = python-setuptools
+ makedepends = python2-setuptools
provides = python-pyinquirer
conflicts = python-pyinquirer
source = https://github.com/CITGuru/PyInquirer/archive/1.0.3.tar.gz
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")