diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-09 17:15:33 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-09 17:15:33 +0100 |
commit | 81c145bbc94619d18db270991d31912a3d50c43b (patch) | |
tree | d4019392a513b226493ade11b1486d73dbb1e68e /extra/ktorrent | |
parent | 4290dec175736d43c7df289c599f553c469f3678 (diff) | |
parent | 0a7c64736c0b026c3105928d89500a8af1ad5eac (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/recoll/PKGBUILD
core/dnsutils/PKGBUILD
core/tzdata/PKGBUILD
extra/cabal-install/PKGBUILD
extra/feh/PKGBUILD
extra/icedtea-web/PKGBUILD
extra/indent/PKGBUILD
extra/kdebase-konsole/PKGBUILD
extra/kdebase-runtime/PKGBUILD
extra/kdebase-workspace/PKGBUILD
extra/kdepim/PKGBUILD
extra/kdesdk/PKGBUILD
extra/ktorrent/PKGBUILD
extra/libktorrent/PKGBUILD
libre/mplayer-libre/PKGBUILD
multilib/lib32-libxau/PKGBUILD
multilib/lib32-mpg123/PKGBUILD
multilib/wine/PKGBUILD
staging/kdenetwork/PKGBUILD
staging/kdepim/PKGBUILD
testing/bluez/PKGBUILD
testing/xf86-input-evdev/PKGBUILD
Diffstat (limited to 'extra/ktorrent')
-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 c7f2f5cde..9e15f45a2 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' 'mips64el') -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 } |