summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2021-08-17 16:57:01 +0200
committerMartin T. H. Sandsmark2021-08-17 16:57:01 +0200
commit9678f8e9884307c89e17c0472865dfd0ec24f06c (patch)
treefe86f587a9cde723a796fdb34bc6d18448abd749
parent4cedaa4cf5c080f249aff1169a10c389494d3787 (diff)
downloadaur-9678f8e9884307c89e17c0472865dfd0ec24f06c.tar.gz
Remove dependency on kinit
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a221bc3d1d0..9e95fc8f8d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url=https://kde.org/applications/system/konsole
pkgdesc="KDE's terminal emulator"
license=(GPL LGPL FDL)
groups=(kde-applications kde-utilities)
-depends=(knotifyconfig kpty kparts kinit knewstuff)
+depends=(knotifyconfig kpty kparts knewstuff)
makedepends=(extra-cmake-modules kdoctools git)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")