diff options
author | root <root@rshg054.dnsready.net> | 2012-09-10 00:03:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-10 00:03:51 +0000 |
commit | 2a4c41bf2946fad65b14cf1b4ea284ebce0f11f3 (patch) | |
tree | 851a0ed5423f6dad7e4b532c6a23f0eaf42aea9b /extra/libktorrent/PKGBUILD | |
parent | f393cb99c2cc66d9c323fae18bab2c0dd57ac41f (diff) |
Mon Sep 10 00:03:51 UTC 2012
Diffstat (limited to 'extra/libktorrent/PKGBUILD')
-rw-r--r-- | extra/libktorrent/PKGBUILD | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/extra/libktorrent/PKGBUILD b/extra/libktorrent/PKGBUILD index 62fe72ae8..5c3a5b63e 100644 --- a/extra/libktorrent/PKGBUILD +++ b/extra/libktorrent/PKGBUILD @@ -1,31 +1,25 @@ -# $Id: PKGBUILD 164220 2012-07-27 18:35:04Z ronald $ +# $Id: PKGBUILD 166475 2012-09-08 08:21:58Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libktorrent -pkgver=1.2.1 -pkgrel=2 +pkgver=1.3.0 +pkgrel=1 pkgdesc="A BitTorrent protocol implementation" arch=('i686' 'x86_64') url="http://ktorrent.org/" license=('GPL2') depends=('kdelibs') makedepends=('automoc4' 'cmake' 'boost' 'doxygen') -source=("http://ktorrent.org/downloads/4.2.1/${pkgname}-${pkgver}-2.tar.bz2" - "magnet.patch") -sha1sums=('857e4227c4bba685755d66581d881f893f6311ae' - 'f0156489364e5590b0b539cfe2abc929c1922ef8') +source=("http://ktorrent.org/downloads/4.3.0/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('e7e813af36f5854237111fd550f4914b83f17102') build() { cd "${srcdir}" - pushd ${pkgname}-${pkgver}-2 - patch -Np1 -i ${srcdir}/magnet.patch - popd - mkdir build cd build - cmake ../${pkgname}-${pkgver}-2 \ + cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make |