git » python-click.git » commit cf7066b

Python 3.8 rebuild

author Felix Yan
2019-10-31 16:41:11 UTC
committer Felix Yan
2019-10-31 16:41:11 UTC
parent 418813ed1207b2cde07a9beb0a97166da3728a86

Python 3.8 rebuild

PKGBUILD +1 -1

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