summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6841af197681..68cdc2f6e322 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pythonz-bd
pkgdesc = Python installation manager supporting CPython, Stackless, PyPy and Jython (berdario branch)
- pkgver = 1.10.1
+ pkgver = 1.10.2
pkgrel = 1
url = https://github.com/berdario/pythonz
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pythonz-bd
makedepends = python-setuptools
depends = python
conflicts = python-pythonz
- source = https://pypi.python.org/packages/source/p/pythonz-bd/pythonz-bd-1.10.1.tar.gz
- md5sums = 8f5f94461b2547716654ab720fc2d18b
+ source = https://pypi.python.org/packages/source/p/pythonz-bd/pythonz-bd-1.10.2.tar.gz
+ md5sums = 9d35cb47fc07e834957473ee41f2d4ae
pkgname = python-pythonz-bd
diff --git a/PKGBUILD b/PKGBUILD
index ef1b03836672..7a246084b774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname='python-pythonz-bd'
-pkgver=1.10.1
+pkgver=1.10.2
pkgrel=1
pkgdesc="Python installation manager supporting CPython, Stackless, PyPy and Jython (berdario branch)"
url="https://github.com/berdario/pythonz"
@@ -16,4 +16,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-md5sums=('8f5f94461b2547716654ab720fc2d18b')
+md5sums=('9d35cb47fc07e834957473ee41f2d4ae')