summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArthur Vuillard2016-01-05 10:04:53 +0100
committerArthur Vuillard2016-01-05 10:04:53 +0100
commitee00ce1f5536133cde6facb836619e2985bd20cb (patch)
treeba59cfde53e51366fa1764ade8390e19e2832455 /PKGBUILD
parent22193e9c762f36a2edc124fc92ae08677c406495 (diff)
downloadaur-ee00ce1f5536133cde6facb836619e2985bd20cb.tar.gz
add libtinfo as an optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4d1e0a06a42..c7914b338448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
pkgname='python-pythonz'
pkgver=1.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python installation manager supporting CPython, Stackless, PyPy and Jython"
url="https://github.com/saghul/pythonz"
arch=('any')
license=('MIT')
depends=('python' 'python-resumable-urlretrieve')
makedepends=('python' 'python-setuptools')
+conflicts=('python-pythonz-bd')
source=("https://github.com/saghul/pythonz/archive/pythonz-$pkgver.tar.gz")
+optdepends=('libtinfo: for running pypy')
package() {
cd "$srcdir/pythonz-pythonz-$pkgver"