author | Felix Yan
<felixonmars@archlinux.org> 2019-10-25 15:56:30 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-10-25 15:56:30 UTC |
parent | 79d88c63dc786f1bb99e6e1211d94d960dccd572 |
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/"