summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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')