summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHennadii Chernyshchyk2023-10-20 13:50:52 +0300
committerHennadii Chernyshchyk2023-10-20 13:50:52 +0300
commitdae4fa27aaf84071794e6f7c5d61fa364fda4136 (patch)
tree134a9e009cc0f413eee753ee82c9a3ccc8d0656f
parenta65b3a864c1460770150da0efe44e09b207764e7 (diff)
downloadaur-dae4fa27aaf84071794e6f7c5d61fa364fda4136.tar.gz
Update KDE dependencies names
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca665216c6ee..910b6c86cd79 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = optimus-manager-qt
pkgdesc = A Qt interface for Optimus Manager that allows to configure and switch GPUs on Optimus laptops using the tray menu
pkgver = 1.6.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Shatur/optimus-manager-qt
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 920d22b08f8f..ed1472f7fa5d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _with_plasma=false
pkgname=optimus-manager-qt
pkgver=1.6.9
-pkgrel=1
+pkgrel=2
pkgdesc='A Qt interface for Optimus Manager that allows to configure and switch GPUs on Optimus laptops using the tray menu'
arch=(x86_64)
url=https://github.com/Shatur/optimus-manager-qt
@@ -17,7 +17,7 @@ sha256sums=(0786bdd6ac81943a8fa4432f8406028488eaaf81c33d9e754907bf40a492f901)
if [[ $_with_plasma == true ]]
then
- depends+=(knotifications kiconthemes)
+ depends+=(knotifications5 kiconthemes5)
fi
build() {