git » libktorrent.git » commit bbb4110

upstream release

author Andrea Scarpino
2011-03-16 19:16:25 UTC
committer Andrea Scarpino
2011-03-16 19:16:25 UTC
parent 64967ed5533fa1b34fc365b713b8457c4063d12b

upstream release

PKGBUILD +4 -4

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