summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Delgado2023-08-18 08:32:22 -0400
committerDylan Delgado2023-08-18 08:32:22 -0400
commit951a85799d9f3da59213aafc9f047157aa07e9a4 (patch)
tree82fa10de287bc92da6df85354fefceb2d3a8ac18 /PKGBUILD
parent2f64abbf883a7c980e9db7c5d20db4aaebf2a114 (diff)
downloadaur-python-clize.tar.gz
Update to version 5.0.2
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"