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 ae957e85a33a..cf90958b82fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_realname=clize
pkgname=python-clize
-pkgver=4.1.1
+pkgver=4.2.0
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/a4/70/909c0b03ae75c26d5aa5f511cf10de53fe4343999ecde82f03316906d72a/$_realname-$pkgver.tar.gz")
-md5sums=('64a33144750f294a8ef7bbcf20fb6a82')
+source=("https://files.pythonhosted.org/packages/6e/c7/82a14fef31f555db30d53dc52f17cfcf1707d6355ab49132b30671daebd6/$_realname-$pkgver.tar.gz")
+md5sums=('7b74dd19b8f4dd0c90220835955ce729')
package() {
cd "$srcdir/$_realname-$pkgver"