From 754e45af412a100ef420613ab7dde68e887c89d4 Mon Sep 17 00:00:00 2001 From: abeveritas Date: Wed, 16 Mar 2011 16:53:23 +0000 Subject: [PATCH] libktorrent update for ktorrent --- support-pkg-libktorrent/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/support-pkg-libktorrent/PKGBUILD b/support-pkg-libktorrent/PKGBUILD index ecd954f16..db60678e4 100644 --- a/support-pkg-libktorrent/PKGBUILD +++ b/support-pkg-libktorrent/PKGBUILD @@ -5,24 +5,24 @@ # maintainer (x86_64): Manuel Tortosa pkgname=libktorrent -pkgver=1.0.5 +pkgver=1.1.0 pkgrel=1 -ktorver=4.0.5 +ktorver=4.1.0 pkgdesc="A BitTorrent program for KDE" arch=('i686' 'x86_64') url="http://ktorrent.org" license=('GPL2') depends=('kdelibs') makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 'kdebase-workspace') -source=(http://ktorrent.org/downloads/${ktorver}/libktorrent-${pkgver}-3.tar.bz2) +source=(http://ktorrent.org/downloads/${ktorver}/libktorrent-${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