summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2022-11-12 20:39:56 -0500
committerDylan Delgado2022-11-12 20:39:56 -0500
commit2f64abbf883a7c980e9db7c5d20db4aaebf2a114 (patch)
treed7c1969e76afbbc232968534c5c7c5e39178ae38
parent8383f77ea32c73d343d4d06dbb213ae8705152b3 (diff)
downloadaur-2f64abbf883a7c980e9db7c5d20db4aaebf2a114.tar.gz
Update to 5.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46ff779a7cfe..85a85cb72dd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-clize
pkgdesc = This decorator will turn your normal python functions into proper shell commands
- pkgver = 4.2.1
+ pkgver = 5.0.0
pkgrel = 1
url = https://pypi.python.org/pypi/clize/
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-clize
depends = python
depends = python-sigtools
depends = python-six
- source = https://files.pythonhosted.org/packages/a4/be/a36c49d7d92d60de4a011ca0e5bdca9b3ecaf825337ff2e09244776ab0db/clize-4.2.1.tar.gz
- md5sums = b61f1f9d08841010ed15a62ddb215ccb
+ source = https://files.pythonhosted.org/packages/31/6f/c0cbf1da986bfe562d205c7f7cabe5b8aaf856621d9fc3adcd3e675f0b7f/clize-5.0.0.tar.gz
+ md5sums = e8a0ef7035caec66f98d1800de2fcffc
pkgname = python-clize
diff --git a/PKGBUILD b/PKGBUILD
index c143e57c7cdf..9dc698fc1cdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_realname=clize
pkgname=python-clize
-pkgver=4.2.1
+pkgver=5.0.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/be/a36c49d7d92d60de4a011ca0e5bdca9b3ecaf825337ff2e09244776ab0db/$_realname-$pkgver.tar.gz")
-md5sums=('b61f1f9d08841010ed15a62ddb215ccb')
+source=("https://files.pythonhosted.org/packages/31/6f/c0cbf1da986bfe562d205c7f7cabe5b8aaf856621d9fc3adcd3e675f0b7f/$_realname-$pkgver.tar.gz")
+md5sums=('e8a0ef7035caec66f98d1800de2fcffc')
package() {
cd "$srcdir/$_realname-$pkgver"