summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2016-01-05 10:02:51 +0100
committerArthur Vuillard2016-01-05 10:02:51 +0100
commite392059fc21263951900ad28584aba4f7d5f9c1f (patch)
treee18e33342dbe41ea2ca2a2a57d339efa4070dc15
parent61c48c4e217e4cd5064ffe4c23e8534b7100bfc0 (diff)
downloadaur-e392059fc21263951900ad28584aba4f7d5f9c1f.tar.gz
add libtinfo as an optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a7f7614efaa..5cb9fbec93db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pythonz-bd
pkgdesc = Python installation manager supporting CPython, Stackless, PyPy and Jython (berdario branch)
pkgver = 1.10.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/berdario/pythonz
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = python-pythonz-bd
makedepends = python-setuptools
depends = python
depends = python-resumable-urlretrieve
+ optdepends = libtinfo: for running pypy
conflicts = python-pythonz
source = https://pypi.python.org/packages/source/p/pythonz-bd/pythonz-bd-1.10.2.tar.gz
md5sums = 9d35cb47fc07e834957473ee41f2d4ae
diff --git a/PKGBUILD b/PKGBUILD
index 9d58422252d4..6fe05b26a681 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='python-pythonz-bd'
pkgver=1.10.2
-pkgrel=2
+pkgrel=3
pkgdesc="Python installation manager supporting CPython, Stackless, PyPy and Jython (berdario branch)"
url="https://github.com/berdario/pythonz"
arch=('any')
@@ -9,6 +9,7 @@ depends=('python' 'python-resumable-urlretrieve')
makedepends=('python' 'python-setuptools')
conflicts=('python-pythonz')
source=("https://pypi.python.org/packages/source/p/pythonz-bd/pythonz-bd-${pkgver}.tar.gz")
+optdepends=('libtinfo: for running pypy')
package() {
cd "$srcdir/pythonz-bd-$pkgver"