git » libktorrent.git » commit 2537445

Upstream release

author Andrea Scarpino
2013-02-02 18:12:33 UTC
committer Andrea Scarpino
2013-02-02 18:12:33 UTC
parent 58f5d11e6aba68e2c9dc0a1227cad96be527a4c3

Upstream release

PKGBUILD +4 -6

diff --git a/PKGBUILD b/PKGBUILD
index d19fd7b..4dd8712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libktorrent
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="A BitTorrent protocol implementation"
 arch=('i686' 'x86_64')
@@ -10,12 +10,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} \
@@ -25,6 +23,6 @@ build() {
 }
 
 package() {
-  cd "${srcdir}/build"
+  cd build
   make DESTDIR="${pkgdir}" install
 }