summaryrefslogtreecommitdiff
path: root/extra/ktorrent/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ktorrent/PKGBUILD')
-rw-r--r--extra/ktorrent/PKGBUILD11
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
}