git » ktorrent.git » commit f2d8de1

Add explicit phonon-qt5 dependency, no longer pulled by knotifyconfig

author Antonio Rojas
2020-04-11 10:29:34 UTC
committer Antonio Rojas
2020-04-11 10:29:34 UTC
parent 204c1ec54fdd9241609b3acb9336ab62cd54d212

Add explicit phonon-qt5 dependency, no longer pulled by knotifyconfig

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index f22cfca..eb070ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=ktorrent
 pkgver=5.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/ktorrent/'
 license=(GPL2)
-depends=(libktorrent kcmutils knotifyconfig kross)
+depends=(libktorrent kcmutils knotifyconfig kross phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd taglib syndication kplotting kdewebkit geoip)
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 'taglib: mediaplayer plugin' 'geoip: info widget plugin'
             'syndication: syndication plugin' 'kdewebkit: search plugin, syndication plugin' 'kplotting: statistics plugin')