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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Feb 2 18:12:34 UTC 2013


    Date: Saturday, February 2, 2013 @ 19:12:33
  Author: andrea
Revision: 176927

upgpkg: libktorrent 1.3.1-1

Upstream release

Modified:
  libktorrent/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 18:01:43 UTC (rev 176926)
+++ PKGBUILD	2013-02-02 18:12:33 UTC (rev 176927)
@@ -3,7 +3,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 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 @@
 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 @@
 }
 
 package() {
-  cd "${srcdir}/build"
+  cd build
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list