summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2020-12-02 16:40:24 +0100
committerjakob2020-12-02 16:40:24 +0100
commit59721dce75a08dec06d73dcb625e4cc201c2b1a1 (patch)
tree45f038682a60fb8ec66723957939e67d63ec0c2a
parent57fc58b23ec7ce703d00c9d49c77e2724600e72e (diff)
downloadaur-59721dce75a08dec06d73dcb625e4cc201c2b1a1.tar.gz
Force rebuild for Python3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76551868133c..458bc00215ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-clintermission
pkgdesc = Non-fullscreen command-line selection menu
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sebageek/clintermission
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 6af5033c4f1f..9464affa11cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=clintermission
pkgname=python-${_pkgname}
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Non-fullscreen command-line selection menu"
arch=(any)
url="https://github.com/sebageek/clintermission"