git » libktorrent.git » commit 3f05842

upstream release

author Andrea Scarpino
2011-11-23 19:28:38 UTC
committer Andrea Scarpino
2011-11-23 19:28:38 UTC
parent 194943c2945ed802cd1007af2bfe53d7aa924b12

upstream release

PKGBUILD +3 -4

diff --git a/PKGBUILD b/PKGBUILD
index 096241e..f3e14bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libktorrent
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="A BitTorrent protocol implementation"
 arch=('i686' 'x86_64')
@@ -10,9 +10,8 @@ url="http://ktorrent.org"
 license=('GPL2')
 depends=('kdelibs')
 makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=("http://ktorrent.org/downloads/4.1.2/${pkgname}-${pkgver}.tar.bz2")
-options=('libtool')
-md5sums=('471b25afc48e195723ac1e264c8a0fc5')
+source=("http://ktorrent.org/downloads/4.1.3/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('665b6139ab68b83c6465509e29e839e0')
 
 build() {
   cd "${srcdir}"