git » libktorrent.git » commit ba88a82

libgcrypt rebuild

author Andrea Scarpino
2013-12-18 08:34:01 UTC
committer Andrea Scarpino
2013-12-18 08:34:01 UTC
parent 2537445b00da41dad205cb698be1edbf17a74f06

libgcrypt rebuild

PKGBUILD +5 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4dd8712..ae0621c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=libktorrent
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A BitTorrent protocol implementation"
 arch=('i686' 'x86_64')
 url="http://ktorrent.org/"
@@ -13,8 +13,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 \