From 9780d07c31b22125ad7ecba4e281ff41194f95be Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 May 2011 12:58:32 +0000 Subject: Wed May 4 12:58:31 UTC 2011 --- extra/libktorrent/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'extra/libktorrent') diff --git a/extra/libktorrent/PKGBUILD b/extra/libktorrent/PKGBUILD index b2da7c65e..c4c779b47 100644 --- a/extra/libktorrent/PKGBUILD +++ b/extra/libktorrent/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 115082 2011-03-16 19:16:25Z andrea $ +# $Id: PKGBUILD 122107 2011-05-02 07:24:22Z andrea $ # Maintainer: Ronald van Haren # Maintainer: Andrea Scarpino pkgname=libktorrent -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 -pkgdesc="A BitTorrent library based on KDE Platform" +pkgdesc="A BitTorrent protocol implementation" arch=('i686' 'x86_64') url="http://ktorrent.org" license=('GPL2') depends=('kdelibs') makedepends=('automoc4' 'cmake' 'boost') -source=("http://ktorrent.org/downloads/4.1.0/${pkgname}-${pkgver}.tar.bz2") +source=("http://ktorrent.org/downloads/4.1.1/${pkgname}-${pkgver}.tar.bz2") options=('libtool') -md5sums=('76d3e58bbf2e4df7e97421e06ebf8fb8') +md5sums=('96de8dd6d6cea4255ce946bb4cd69836') build() { - cd ${srcdir} + cd "${srcdir}" mkdir build cd build cmake ../${pkgname}-${pkgver} \ @@ -26,6 +26,6 @@ build() { } package() { - cd ${srcdir}/build - make DESTDIR=${pkgdir} install + cd "${srcdir}/build" + make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-54-g00ecf