summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2023-10-20 11:47:49 +0200
committerfordprefect2023-10-20 11:47:49 +0200
commit4893854379baecbd54a598ea065d6c6b76965bd0 (patch)
treef320760654aec76bb019e6ca83c38dfbce107e38
parent3ea867880ac72d881b2f245ae2e87851c6aa0502 (diff)
downloadaur-4893854379baecbd54a598ea065d6c6b76965bd0.tar.gz
fix dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b6f5ceb4a68..fc533cb71268 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Thu Nov 7 21:08:39 UTC 2019
pkgbase = systemd-kcm
pkgdesc = Systemd control module for KDE
pkgver = 1.2.1
@@ -8,11 +6,10 @@ pkgbase = systemd-kcm
arch = x86_64
license = GPL
makedepends = extra-cmake-modules
- depends = kio
+ depends = kio5
source = http://download.kde.org/stable/systemd-kcm/systemd-kcm-1.2.1.tar.xz
source = qt5_use_modules.patch
sha256sums = 51960f4d3b4a1ceae28737c172c35aec8c1f4e534327fbc6dda76f1c17341389
sha256sums = 2829fbc268c0cac5ecf8da05cf15d8548d5d5d40bd5982851b35f143d42c8b7a
pkgname = systemd-kcm
-
diff --git a/PKGBUILD b/PKGBUILD
index 97b5b80e2396..25495d1e13a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="Systemd control module for KDE"
arch=(x86_64)
url='https://github.com/rthomsen/kcmsystemd'
license=(GPL)
-depends=(kio)
+depends=(kio5)
makedepends=(extra-cmake-modules)
source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"
qt5_use_modules.patch)