[arch-commits] Commit in libktorrent/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Dec 18 08:34:01 UTC 2013


    Date: Wednesday, December 18, 2013 @ 09:34:01
  Author: andrea
Revision: 201685

upgpkg: libktorrent 1.3.1-2

libgcrypt rebuild

Modified:
  libktorrent/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-18 05:22:31 UTC (rev 201684)
+++ PKGBUILD	2013-12-18 08:34:01 UTC (rev 201685)
@@ -4,7 +4,7 @@
 
 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 @@
 source=("http://ktorrent.org/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \




More information about the arch-commits mailing list