summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2016-01-05 10:04:53 +0100
committerArthur Vuillard2016-01-05 10:04:53 +0100
commitee00ce1f5536133cde6facb836619e2985bd20cb (patch)
treeba59cfde53e51366fa1764ade8390e19e2832455
parent22193e9c762f36a2edc124fc92ae08677c406495 (diff)
downloadaur-ee00ce1f5536133cde6facb836619e2985bd20cb.tar.gz
add libtinfo as an optional dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ceba84eff58..e515536694c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pythonz
pkgdesc = Python installation manager supporting CPython, Stackless, PyPy and Jython
pkgver = 1.11.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/saghul/pythonz
arch = any
license = MIT
@@ -9,6 +9,8 @@ pkgbase = python-pythonz
makedepends = python-setuptools
depends = python
depends = python-resumable-urlretrieve
+ optdepends = libtinfo: for running pypy
+ conflicts = python-pythonz-bd
source = https://github.com/saghul/pythonz/archive/pythonz-1.11.0.tar.gz
md5sums = a110750833e973adde144c292a7a3ee9
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"