summaryrefslogtreecommitdiff
path: root/extra/libktorrent/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-03 19:01:45 +0100
commit0d39ef7beb328ed4956d782e184cef3b8a30517e (patch)
tree3fafb1d13f5780a139108168571cd8489a4f7fc1 /extra/libktorrent/PKGBUILD
parentc30d005256fc3ab9f8b83e4fded88289025ab4bf (diff)
parente363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/celt/PKGBUILD extra/llvm/PKGBUILD extra/rasqal/PKGBUILD extra/rdesktop/PKGBUILD extra/speex/PKGBUILD extra/wireshark/PKGBUILD extra/xorg-sessreg/PKGBUILD extra/xorg-xdpyinfo/PKGBUILD extra/xorg-xset/PKGBUILD
Diffstat (limited to 'extra/libktorrent/PKGBUILD')
-rw-r--r--extra/libktorrent/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/libktorrent/PKGBUILD b/extra/libktorrent/PKGBUILD
index 2b9b64ef0..88dfd7e14 100644
--- a/extra/libktorrent/PKGBUILD
+++ b/extra/libktorrent/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 166475 2012-09-08 08:21:58Z ronald $
+# $Id: PKGBUILD 176928 2013-02-02 18:12:44Z andrea $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# 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' 'mips64el')
@@ -11,12 +11,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} \
@@ -26,6 +24,6 @@ build() {
}
package() {
- cd "${srcdir}/build"
+ cd build
make DESTDIR="${pkgdir}" install
}