From e363875b14479aa4c6ff12f3e4e7ed920df4e45f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Feb 2013 01:12:14 -0800 Subject: Sun Feb 3 01:12:00 PST 2013 --- extra/libktorrent/PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'extra/libktorrent') diff --git a/extra/libktorrent/PKGBUILD b/extra/libktorrent/PKGBUILD index 5c3a5b63e..b49f65372 100644 --- a/extra/libktorrent/PKGBUILD +++ b/extra/libktorrent/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 166475 2012-09-08 08:21:58Z ronald $ +# $Id: PKGBUILD 176928 2013-02-02 18:12:44Z andrea $ # Maintainer: Ronald van Haren # Maintainer: Andrea Scarpino pkgname=libktorrent -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=1 pkgdesc="A BitTorrent protocol implementation" arch=('i686' 'x86_64') @@ -11,12 +11,10 @@ url="http://ktorrent.org/" license=('GPL2') depends=('kdelibs') makedepends=('automoc4' 'cmake' 'boost' 'doxygen') -source=("http://ktorrent.org/downloads/4.3.0/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('e7e813af36f5854237111fd550f4914b83f17102') +source=("http://ktorrent.org/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3') build() { - cd "${srcdir}" - mkdir build cd build cmake ../${pkgname}-${pkgver} \ @@ -26,6 +24,6 @@ build() { } package() { - cd "${srcdir}/build" + cd build make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-54-g00ecf