From cf46d1f178976dd464382bb833d45c01c0faba3a Mon Sep 17 00:00:00 2001 From: root Date: Fri, 9 Mar 2012 00:01:18 +0000 Subject: Fri Mar 9 00:01:18 UTC 2012 --- extra/ktorrent/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'extra/ktorrent') diff --git a/extra/ktorrent/PKGBUILD b/extra/ktorrent/PKGBUILD index 2cb7f2952..96e1b476d 100644 --- a/extra/ktorrent/PKGBUILD +++ b/extra/ktorrent/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 143237 2011-11-23 19:36:57Z andrea $ +# $Id: PKGBUILD 152453 2012-03-07 14:53:25Z andrea $ # Maintainer: Ronald van Haren # Contributor: Travis Willard # Contributor: Georg Grabler pkgname=ktorrent -pkgver=4.1.3 +pkgver=4.2.0 pkgrel=1 pkgdesc="A powerful BitTorrent client for KDE" arch=('i686' 'x86_64') -url="http://ktorrent.org" +url='http://ktorrent.org/' license=('GPL2') depends=('libktorrent' 'kdebase-workspace' 'taglib') makedepends=('automoc4' 'cmake' 'boost') source=("http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2" 'httpserver.patch') install=${pkgname}.install -md5sums=('4cdd6597a11a465d91e17ac86320883e' +md5sums=('01aa25e1339ffd84776f3c9c27bd4a72' '1f25b94615b0bbfa0457c99fb20de3e6') build() { @@ -29,8 +29,7 @@ build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_MEDIAPLAYER_PLUGIN=true + -DCMAKE_INSTALL_PREFIX=/usr make } -- cgit v1.2.3-54-g00ecf