summaryrefslogtreecommitdiff
path: root/extra/libktorrent
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-04 10:10:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-04 10:10:35 -0300
commitb9ab7ef683fd366635faca49342ee005846037ab (patch)
tree3bb0ff57a43d068e85dc5318887f700b071c7f8f /extra/libktorrent
parent7046a475b24925c0ec7816ef7d2cdcf3b9cd4eb0 (diff)
parentab1410d33401cf1fc4a384bb0b2d9901c8fe8d14 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/gimmie/PKGBUILD community/glipper-old/PKGBUILD community/glipper/PKGBUILD community/lcms2/PKGBUILD community/libpanelappletmm/PKGBUILD community/panflute/PKGBUILD community/sensors-applet/PKGBUILD community/wtf/PKGBUILD community/xmonad-log-applet/PKGBUILD core/binutils/PKGBUILD core/tzdata/PKGBUILD extra/a52dec/PKGBUILD extra/aubio/PKGBUILD extra/automoc4/PKGBUILD extra/deskbar-applet/PKGBUILD extra/eject/PKGBUILD extra/ekiga/PKGBUILD extra/gnome-netstatus/PKGBUILD extra/gnome-python-desktop/PKGBUILD extra/htdig/PKGBUILD extra/ktorrent/PKGBUILD extra/libgail-gnome/PKGBUILD extra/libktorrent/PKGBUILD extra/libofa/PKGBUILD extra/netspeed-applet/PKGBUILD extra/openexr/PKGBUILD extra/postgresql/PKGBUILD extra/pulseaudio-mixer-applet/PKGBUILD extra/seahorse-plugins/PKGBUILD extra/telepathy-qt4/PKGBUILD libre/kernel26-libre/PKGBUILD testing/libtool/PKGBUILD testing/xfsprogs/PKGBUILD
Diffstat (limited to 'extra/libktorrent')
-rw-r--r--extra/libktorrent/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/libktorrent/PKGBUILD b/extra/libktorrent/PKGBUILD
index 4ea50a3ea..b39a2dc82 100644
--- a/extra/libktorrent/PKGBUILD
+++ b/extra/libktorrent/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 115082 2011-03-16 19:16:25Z andrea $
+# $Id: PKGBUILD 122107 2011-05-02 07:24:22Z andrea $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=libktorrent
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
-pkgdesc="A BitTorrent library based on KDE Platform"
+pkgdesc="A BitTorrent protocol implementation"
arch=('i686' 'x86_64' 'mips64el')
url="http://ktorrent.org"
license=('GPL2')
depends=('kdelibs')
makedepends=('automoc4' 'cmake' 'boost')
-source=("http://ktorrent.org/downloads/4.1.0/${pkgname}-${pkgver}.tar.bz2")
+source=("http://ktorrent.org/downloads/4.1.1/${pkgname}-${pkgver}.tar.bz2")
options=('libtool')
-md5sums=('76d3e58bbf2e4df7e97421e06ebf8fb8')
+md5sums=('96de8dd6d6cea4255ce946bb4cd69836')
build() {
- cd ${srcdir}
+ cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -26,6 +26,6 @@ build() {
}
package() {
- cd ${srcdir}/build
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/build"
+ make DESTDIR="${pkgdir}" install
}