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

Ronald van Haren ronald at archlinux.org
Sat Sep 8 08:54:05 UTC 2012


    Date: Saturday, September 8, 2012 @ 04:54:04
  Author: ronald
Revision: 166482

upgpkg: ktorrent 4.3.0-1

update to 4.3.0

Modified:
  ktorrent/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-08 08:39:46 UTC (rev 166481)
+++ PKGBUILD	2012-09-08 08:54:04 UTC (rev 166482)
@@ -4,8 +4,8 @@
 # Contributor: Georg Grabler <ggrabler at gmail.com>
 
 pkgname=ktorrent
-pkgver=4.2.1
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=('i686' 'x86_64')
 url='http://ktorrent.org/'
@@ -13,18 +13,16 @@
 depends=('libktorrent' 'kdebase-workspace' 'taglib')
 makedepends=('automoc4' 'cmake' 'boost')
 source=("http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
-        'httpserver.patch' 'magnet.patch')
+        'httpserver.patch')
 install=${pkgname}.install
-sha1sums=('3f52c4a10011a49d304c08a3bb1290a022e0c53f'
-          'cef22b24af540e1bfcf13da60e4846ade106c303'
-          'f0156489364e5590b0b539cfe2abc929c1922ef8')
+sha1sums=('60400c6286f58934dde7ab471f56188b68d69f7b'
+          'cef22b24af540e1bfcf13da60e4846ade106c303')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
 	# build time patch
 	patch -p0 -i "${srcdir}/httpserver.patch"
-	patch -p1 -i "${srcdir}/magnet.patch"
 
 	cd "${srcdir}"
 	mkdir build




More information about the arch-commits mailing list