summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5759dc374446..0bc0abb9839f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = sway-input-config
pkgdesc = Sway Input Configurator
pkgver = 1.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Sunderland93/sway-input-config
arch = i686
arch = x86_64
license = GPL3
makedepends = python-setuptools
- depends = qt5-wayland
- depends = pyside2
+ depends = python-pyqt6
depends = python-i3ipc
depends = sway
provides = sway-input-config
diff --git a/PKGBUILD b/PKGBUILD
index 79535adbc767..b6a4daa61699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Niels Huylebroeck <arch@nightwalkers.be>
pkgname=sway-input-config
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
license=("GPL3")
pkgdesc="Sway Input Configurator"
makedepends=(
'python-setuptools'
)
depends=(
- "qt5-wayland" "pyside2" "python-i3ipc" "sway"
+ "python-pyqt6" "python-i3ipc" "sway"
)
arch=("i686" "x86_64")