diff options
author | root <root@rshg054.dnsready.net> | 2012-03-09 00:01:18 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-09 00:01:18 +0000 |
commit | cf46d1f178976dd464382bb833d45c01c0faba3a (patch) | |
tree | 8659021c45d7b0378ca1ccc82008bb8236a58a34 /extra/ktorrent/PKGBUILD | |
parent | 718c8e57ef26498cff228de3de92bf5c8a3f6343 (diff) |
Fri Mar 9 00:01:18 UTC 2012
Diffstat (limited to 'extra/ktorrent/PKGBUILD')
-rw-r--r-- | extra/ktorrent/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
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 <ronald.archlinux.org> # Contributor: Travis Willard <travisw@wmpub.ca> # Contributor: Georg Grabler <ggrabler@gmail.com> 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 } |