summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dc698fc1cdf..549e96c28684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_realname=clize
pkgname=python-clize
-pkgver=5.0.0
+pkgver=5.0.2
pkgrel=1
pkgdesc="This decorator will turn your normal python functions into proper shell commands"
arch=('any')
@@ -12,8 +12,8 @@ url="https://pypi.python.org/pypi/clize/"
license=('MIT')
depends=('python' 'python-sigtools' 'python-six')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/31/6f/c0cbf1da986bfe562d205c7f7cabe5b8aaf856621d9fc3adcd3e675f0b7f/$_realname-$pkgver.tar.gz")
-md5sums=('e8a0ef7035caec66f98d1800de2fcffc')
+source=("https://files.pythonhosted.org/packages/27/d9/351db7247739f7cdaa076a1a25163afc7b553af556273729320a64cf0ab4/clize-5.0.2.tar.gz")
+md5sums=('bd3c5b678827b41458d972bb7181b8fa')
package() {
cd "$srcdir/$_realname-$pkgver"