git » python-click.git » commit 418813e

Python 3.8 rebuild

author Felix Yan
2019-10-25 15:56:30 UTC
committer Felix Yan
2019-10-25 15:56:30 UTC
parent 79d88c63dc786f1bb99e6e1211d94d960dccd572

Python 3.8 rebuild

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 646e6ce..beb66da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-click
 pkgname=("python-click" "python2-click")
 _realname=click
 pkgver=7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple wrapper around optparse for powerful command line utilities"
 arch=("any")
 url="http://click.pocoo.org/"