[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Mar 6 21:02:48 UTC 2012


    Date: Tuesday, March 6, 2012 @ 16:02:48
  Author: andrea
Revision: 152430

Upstream release

Modified:
  ktorrent/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-06 21:02:38 UTC (rev 152429)
+++ PKGBUILD	2012-03-06 21:02:48 UTC (rev 152430)
@@ -4,18 +4,18 @@
 # Contributor: Georg Grabler <ggrabler at 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 @@
 	cd build
 	cmake ../${pkgname}-${pkgver} \
 	  -DCMAKE_BUILD_TYPE=Release \
-	  -DCMAKE_INSTALL_PREFIX=/usr \
-	  -DENABLE_MEDIAPLAYER_PLUGIN=true
+	  -DCMAKE_INSTALL_PREFIX=/usr
 	make
 }
 




More information about the arch-commits mailing list