summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Hahler2020-12-08 19:19:14 +0100
committerDaniel Hahler2020-12-08 19:19:14 +0100
commit23661b65084c5d4587e03cef51b7ca875a71af2a (patch)
treec1c596c83be15f22ddf2e2a1d262e3f394ffd5c1 /PKGBUILD
parente7e71d8fbb3219a002024cb08996cf0c5626c909 (diff)
downloadaur-23661b65084c5d4587e03cef51b7ca875a71af2a.tar.gz
Update for Python 3.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa577285f8ab..7a6450168a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-fancycompleter
_realname=fancycompleter
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Colorful TAB completion for Python prompt"
arch=("any")
url="https://github.com/pdbpp/fancycompleter"