Date: Friday, April 15, 2016 @ 20:57:07
  Author: arojas
Revision: 265017

Rebuild against libktorrent4, make torrent support optional

Modified:
  kdenetwork-kget/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-04-15 18:51:30 UTC (rev 265016)
+++ PKGBUILD    2016-04-15 18:57:07 UTC (rev 265017)
@@ -4,14 +4,15 @@
 
 pkgname=kdenetwork-kget
 pkgver=15.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Download Manager'
 url='http://kde.org/applications/internet/kget/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
+depends=('kdebase-runtime' 'kdebase-lib' 'libmms' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost' 'libktorrent4')
+optdepends=('libktorrent4: torrent support')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz";)
 sha1sums=('bace6e2a6765985d49548c46670a565d6d9008b4')

Reply via email to