author | Andrea Scarpino
<andrea@archlinux.org> 2012-03-06 21:02:48 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2012-03-06 21:02:48 UTC |
parent | b2e94a80499b34c52e92c586d31beb1b41b380fa |
PKGBUILD | +4 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 43a36e4..3b99062 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,18 @@ # 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() { @@ -28,8 +28,7 @@ build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_MEDIAPLAYER_PLUGIN=true + -DCMAKE_INSTALL_PREFIX=/usr make }