summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')