git » ktorrent.git » commit 3610f99

update to latest version; add boost as makedep

author Ronald van Haren
2010-08-05 12:34:09 UTC
committer Ronald van Haren
2010-08-05 12:34:09 UTC
parent 3f0be6330a46a62e9ff7e41b1fb7a14a7f675d9a

update to latest version; add boost as makedep

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 25318f4..6ecdcbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Georg Grabler <ggrabler@gmail.com>
 
 pkgname=ktorrent
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="A BitTorrent program for KDE"
 arch=('i686' 'x86_64')
@@ -11,13 +11,13 @@ url="http://ktorrent.org"
 license=('GPL2')
 depends=('libktorrent' 'gmp' 'qca' 'libxft' 'kdebase-runtime' 'taglib' 'hicolor-icon-theme')
 # 'kdebase-runtime' is needed for some of the icons in the interface to show
-makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 'kdebase-workspace')
+makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 'kdebase-workspace' 'boost')
 # 'kdebase-workspace' is needed to enable plasmoid building
 source=("http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
 	'httpserver.patch')
 install=ktorrent.install
 options=('libtool')
-sha1sums=('2e76d05d5b22bec18d1163ba1c9ecca71048e745'
+sha1sums=('40ee3b7b9face22d229344572f9542b4570e7411'
           'cef22b24af540e1bfcf13da60e4846ade106c303')
 
 build() {