summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2015-12-07 09:59:53 +0100
committerArthur Vuillard2015-12-07 09:59:53 +0100
commit61c48c4e217e4cd5064ffe4c23e8534b7100bfc0 (patch)
treeae0b9aea79d7c1555ffcf4c6d9b5b023657287b6
parent48d4b7a4e3075b509abe9d55d90db57c8d98ad3a (diff)
downloadaur-61c48c4e217e4cd5064ffe4c23e8534b7100bfc0.tar.gz
update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68cdc2f6e322..1a7f7614efaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-pythonz-bd
pkgdesc = Python installation manager supporting CPython, Stackless, PyPy and Jython (berdario branch)
pkgver = 1.10.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/berdario/pythonz
arch = any
license = MIT
makedepends = python
makedepends = python-setuptools
depends = python
+ depends = python-resumable-urlretrieve
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 7a246084b774..9d58422252d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname='python-pythonz-bd'
pkgver=1.10.2
-pkgrel=1
+pkgrel=2
pkgdesc="Python installation manager supporting CPython, Stackless, PyPy and Jython (berdario branch)"
url="https://github.com/berdario/pythonz"
arch=('any')
license=('MIT')
-depends=('python')
+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")