git » libktorrent.git » commit 64967ed

upstream release

author Andrea Scarpino
2010-12-29 16:12:20 UTC
committer Andrea Scarpino
2010-12-29 16:12:20 UTC
parent 812fd329767a382ecb9e5bba8b75fb0791abcbf5

upstream release

PKGBUILD +4 -5

diff --git a/PKGBUILD b/PKGBUILD
index 98f2e3f..9d26c57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
-# $Id $
 # Maintainer: Ronald van Haren <ronald.archlinux.org>
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libktorrent
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="A BitTorrent library based on KDE Platform"
 arch=('i686' 'x86_64')
@@ -11,15 +10,15 @@ url="http://ktorrent.org"
 license=('GPL2')
 depends=('kdelibs')
 makedepends=('automoc4' 'cmake' 'boost')
-source=("http://ktorrent.org/downloads/4.0.4/${pkgname}-${pkgver}.tar.bz2")
+source=("http://ktorrent.org/downloads/4.0.5/${pkgname}-${pkgver}-3.tar.bz2")
 options=('libtool')
-md5sums=('b3a51222b0c78e23fd2cf330ed10c8b0')
+md5sums=('31f0397a28557220ce38fe2c8630826d')
 
 build() {
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-${pkgver}-3 \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make