summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2017-11-03 14:36:37 +0100
committerArthur Vuillard2017-11-03 14:36:37 +0100
commit294e3d08c319bbf16e5e1fcc9e32f0c1594e56c2 (patch)
tree5de117a3817c77c0d7a46d962d7f55dd446c9eb1
parent0c6a5dd10e4e5ae7450938fd8a9a4b0e259a78f0 (diff)
downloadaur-294e3d08c319bbf16e5e1fcc9e32f0c1594e56c2.tar.gz
release 1.11.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 553abccef677..2c32dbe0c32a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Nov 3 13:36:24 UTC 2017
pkgbase = python-pythonz-bd
pkgdesc = Python installation manager supporting CPython, Stackless, PyPy and Jython (berdario branch)
- pkgver = 1.10.2
- pkgrel = 5
+ pkgver = 1.11.4
+ pkgrel = 1
url = https://github.com/berdario/pythonz
arch = any
license = MIT
@@ -11,8 +13,8 @@ pkgbase = python-pythonz-bd
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
+ source = https://github.com/berdario/pythonz/archive/pythonz-1.11.4.zip
+ md5sums = 1f94e370354835aa83230c1d3a2807ca
pkgname = python-pythonz-bd
diff --git a/PKGBUILD b/PKGBUILD
index 8691e9b488ea..361ffa179cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='python-pythonz-bd'
-pkgver=1.10.2
-pkgrel=5
+pkgver=1.11.4
+pkgrel=1
pkgdesc="Python installation manager supporting CPython, Stackless, PyPy and Jython (berdario branch)"
url="https://github.com/berdario/pythonz"
arch=('any')
@@ -8,13 +8,13 @@ license=('MIT')
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")
+source=("https://github.com/berdario/pythonz/archive/pythonz-${pkgver}.zip")
optdepends=('libtinfo: for running pypy')
package() {
- cd "$srcdir/pythonz-bd-$pkgver"
+ cd "$srcdir/pythonz-pythonz-$pkgver"
LANG=en_US.UTF-8 python3 setup.py build
LANG=en_US.UTF-8 python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-md5sums=('9d35cb47fc07e834957473ee41f2d4ae')
+md5sums=('1f94e370354835aa83230c1d3a2807ca')