From 271da49386e259723ef574713339f04886630604 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 14 Jan 2014 03:47:29 +0000 Subject: Tue Jan 14 03:40:13 UTC 2014 --- extra/libktorrent/PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'extra/libktorrent') diff --git a/extra/libktorrent/PKGBUILD b/extra/libktorrent/PKGBUILD index b49f65372..3a52c60c6 100644 --- a/extra/libktorrent/PKGBUILD +++ b/extra/libktorrent/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 176928 2013-02-02 18:12:44Z andrea $ +# $Id: PKGBUILD 203581 2014-01-13 17:12:12Z andyrtr $ # Maintainer: Ronald van Haren # Maintainer: Andrea Scarpino pkgname=libktorrent pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="A BitTorrent protocol implementation" arch=('i686' 'x86_64') url="http://ktorrent.org/" @@ -14,8 +14,11 @@ makedepends=('automoc4' 'cmake' 'boost' 'doxygen') source=("http://ktorrent.org/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2") sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3') -build() { +prepare() { mkdir build +} + +build() { cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -- cgit v1.2.3-54-g00ecf