summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD3SOX2023-10-31 15:24:58 +0100
committerD3SOX2023-10-31 15:24:58 +0100
commit1418acdb4faa9ee3764776fe80b64e42dfe91743 (patch)
tree477772c1a011b4f25357fd42b216e3c987a977e9 /PKGBUILD
parent60098e7546534672c7f3a220501f7af99b645646 (diff)
downloadaur-1418acdb4faa9ee3764776fe80b64e42dfe91743.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 463eee88f27f..ee6849a2796a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=lightly-git
_gitname=Lightly
pkgver=r2172.121a61e5
-pkgrel=2
+pkgrel=3
pkgdesc="A modern style for qt applications"
arch=('x86_64' 'aarch64')
url="https://github.com/Luwx/$_gitname"
license=("GPL2")
-depends=("frameworkintegration" "kdecoration" "breeze-icons" "kwayland" "hicolor-icon-theme")
-makedepends=("git" "cmake" "extra-cmake-modules" "kcmutils" "kdecoration" "qt5-declarative" "qt5-x11extras")
+depends=("frameworkintegration5" "kdecoration" "breeze-icons" "kwayland5" "hicolor-icon-theme")
+makedepends=("git" "cmake" "extra-cmake-modules" "kcmutils5" "kdecoration" "qt5-declarative" "qt5-x11extras")
provides=("lightly-qt")
conflicts=("lightly-qt")
source=("git+$url" "https://github.com/Luwx/Lightly/pull/177.patch")