summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2024-03-13 11:03:32 +0000
committerxiota2024-03-13 11:03:32 +0000
commit74bbafe288b4810a72fa4f829ff7430aa577623a (patch)
tree2f689024969be275b76d3d59b7fa78b61c081b2d /PKGBUILD
parent979a2495c6116baf399c8a93ad942d1d2c5141e2 (diff)
downloadaur-74bbafe288b4810a72fa4f829ff7430aa577623a.tar.gz
update depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 568552bf08e5..c56b721efb23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,23 @@
_pkgname="disman"
pkgname="$_pkgname-kwinft"
pkgver=0.600.0
-pkgrel=2
+pkgrel=3
pkgdesc='Qt/C++ display management library'
url="https://github.com/winft/disman"
license=('LGPL-2.1-only')
arch=('x86_64' 'aarch64')
depends=(
+ qt6-base
+
# AUR
wrapland
)
makedepends=(
extra-cmake-modules
git
+ kcoreaddons
+ microsoft-gsl
ninja
)