summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2023-10-31 15:24:58 +0100
committerD3SOX2023-10-31 15:24:58 +0100
commit1418acdb4faa9ee3764776fe80b64e42dfe91743 (patch)
tree477772c1a011b4f25357fd42b216e3c987a977e9
parent60098e7546534672c7f3a220501f7af99b645646 (diff)
downloadaur-1418acdb4faa9ee3764776fe80b64e42dfe91743.tar.gz
fix dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42711b7f2a9b..7f81554deac6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lightly-git
pkgdesc = A modern style for qt applications
pkgver = r2172.121a61e5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Luwx/Lightly
arch = x86_64
arch = aarch64
@@ -9,14 +9,14 @@ pkgbase = lightly-git
makedepends = git
makedepends = cmake
makedepends = extra-cmake-modules
- makedepends = kcmutils
+ makedepends = kcmutils5
makedepends = kdecoration
makedepends = qt5-declarative
makedepends = qt5-x11extras
- depends = frameworkintegration
+ depends = frameworkintegration5
depends = kdecoration
depends = breeze-icons
- depends = kwayland
+ depends = kwayland5
depends = hicolor-icon-theme
provides = lightly-qt
conflicts = lightly-qt
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")