summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomini2023-05-06 18:53:05 +0100
committersomini2023-05-06 18:53:05 +0100
commit4889b6d480ef2724b4a8e1a6509879fdef957098 (patch)
treeb491e5b3644b6880db017488828ad9402daec50c
parent1aca2cfcd27ea22c729af45118dd159288b8cf10 (diff)
downloadaur-python-libinput.tar.gz
Bump pkgrel for Python 3.11
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b083f096568..bf1ac553659b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-libinput
pkgdesc = Object-oriented wrapper for libinput using ctypes
pkgver = 0.3.0pre1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/OzymandiasTheGreat/python-libinput
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b242cc7817ae..13604c408d32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _module='python-libinput'
pkgver=0.3.0pre1
# TODO: remove
_commit=1f477ee9f1d56b284b20e0317ea8967c64ef1218
-pkgrel=4
+pkgrel=5
pkgdesc="Object-oriented wrapper for libinput using ctypes"
url="https://github.com/OzymandiasTheGreat/python-libinput"
depends=('python' 'libinput')