summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2015-12-15 09:08:33 +0100
committerArthur Vuillard2015-12-15 09:08:33 +0100
commit22193e9c762f36a2edc124fc92ae08677c406495 (patch)
treeeebb027d2cba4ce9dadb1e46557273154a6ac92f
parenta2feef4bec6535f60be513812f3bb41c7a2c494c (diff)
downloadaur-22193e9c762f36a2edc124fc92ae08677c406495.tar.gz
python-pythonz version 1.11.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dfcd2334dfd..6ceba84eff58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pythonz
pkgdesc = Python installation manager supporting CPython, Stackless, PyPy and Jython
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/saghul/pythonz
arch = any
@@ -8,8 +8,9 @@ pkgbase = python-pythonz
makedepends = python
makedepends = python-setuptools
depends = python
- source = https://github.com/saghul/pythonz/archive/pythonz-1.10.0.tar.gz
- md5sums = 037f3014b96494995b252c5baf3a8bf3
+ depends = python-resumable-urlretrieve
+ source = https://github.com/saghul/pythonz/archive/pythonz-1.11.0.tar.gz
+ md5sums = a110750833e973adde144c292a7a3ee9
pkgname = python-pythonz
diff --git a/PKGBUILD b/PKGBUILD
index 7d7dabec91cf..f4d1e0a06a42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname='python-pythonz'
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="Python installation manager supporting CPython, Stackless, PyPy and Jython"
url="https://github.com/saghul/pythonz"
arch=('any')
license=('MIT')
-depends=('python')
+depends=('python' 'python-resumable-urlretrieve')
makedepends=('python' 'python-setuptools')
source=("https://github.com/saghul/pythonz/archive/pythonz-$pkgver.tar.gz")
@@ -15,4 +15,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-md5sums=('037f3014b96494995b252c5baf3a8bf3')
+md5sums=('a110750833e973adde144c292a7a3ee9')