summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorabelian4242023-11-09 15:09:44 +0600
committerabelian4242023-11-09 15:09:44 +0600
commitb988daffdcc24a36813a4e44ff70ea01cb54b5ef (patch)
treeb7cef7e1d7d28c466b7281054bc92d89035379b4 /PKGBUILD
parent7aaf8131de67d1542601cc386e5669ac575137f6 (diff)
downloadaur-b988daffdcc24a36813a4e44ff70ea01cb54b5ef.tar.gz
qt6-tools is now an optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2114ece654cc..b8664625c921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=disman-kwinft
pkgver=5.27
-pkgrel=2
+pkgrel=3
pkgdesc='Qt/C++ display management library'
arch=(x86_64 aarch64)
url="https://gitlab.com/kwinft/disman"
@@ -10,7 +10,8 @@ license=(LGPL)
depends=(kcoreaddons5 qt5-x11extras wrapland)
provides=("disman")
conflicts=("disman")
-makedepends=(extra-cmake-modules git kdoctools5 qt6-tools)
+makedepends=(extra-cmake-modules git kdoctools5)
+optdepends=(qt6-tools)
source=("git+https://gitlab.com/kwinft/disman.git")
sha256sums=('SKIP')