summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzocker-1602023-07-13 19:23:15 +0200
committerzocker-1602023-07-13 19:23:15 +0200
commit70a6b9dcf4c183182ef94fa40e3f124647f5f37a (patch)
tree09a23814814e5a53ab412ab372f24f883ac315d7
parent27f1e0e8a211930fce8c765b30661512bf0e8911 (diff)
downloadaur-70a6b9dcf4c183182ef94fa40e3f124647f5f37a.tar.gz
update to 1.0.4
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c670b07baa1..44966f33f726 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = keyboard-center
pkgdesc = Application to map G-keys on (some) Logitech Gaming Keyboards
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/zocker-160/keyboard-center
install = keyboard-center.install
arch = x86_64
license = GPL3
makedepends = git
- depends = python>=3.8
- depends = python-pyqt5>=5.14
+ depends = python>=3.9
+ depends = python-pyqt5>=5.15
depends = python-uinput>=0.11.2
depends = python-ruamel-yaml>=0.15
depends = python-pyusb>=1.0.2
@@ -19,7 +19,7 @@ pkgbase = keyboard-center
optdepends = xdotool: type strings for X11
optdepends = ydotool: type strings using uinput
optdepends = wtype: type strings for Wayland
- source = keyboard-center-1.0.3::git+https://github.com/zocker-160/keyboard-center.git#tag=1.0.3
+ source = keyboard-center-1.0.4::git+https://github.com/zocker-160/keyboard-center.git#tag=1.0.4
sha256sums = SKIP
pkgname = keyboard-center
diff --git a/PKGBUILD b/PKGBUILD
index 0354fac7350c..c1dbd89c68f6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: zocker_160 <zocker1600 at posteo dot net>
pkgname=keyboard-center
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="Application to map G-keys on (some) Logitech Gaming Keyboards"
arch=('x86_64')
url="https://github.com/zocker-160/keyboard-center"
license=('GPL3')
depends=(
- 'python>=3.8'
- 'python-pyqt5>=5.14'
+ 'python>=3.9'
+ 'python-pyqt5>=5.15'
'python-uinput>=0.11.2'
'python-ruamel-yaml>=0.15'
'python-pyusb>=1.0.2'