diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-05 15:22:16 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-05 15:22:16 +0100 |
commit | a6e4eeba56ffd555f912ac1063ed08245e3f43c1 (patch) | |
tree | 226490e881d29d63e6c81417acd2cf982f5bf132 /community/qbittorrent | |
parent | 8147480b059d53d82687090fc1e08b7eaee19917 (diff) | |
parent | 392d2d86b3657d90c3954a44dd6e3e5a4d12d455 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/virtualbox/PKGBUILD
Diffstat (limited to 'community/qbittorrent')
-rw-r--r-- | community/qbittorrent/PKGBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/community/qbittorrent/PKGBUILD b/community/qbittorrent/PKGBUILD index 52dfc21e9..26f31340e 100644 --- a/community/qbittorrent/PKGBUILD +++ b/community/qbittorrent/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 59962 2011-12-02 21:00:24Z ibiru $ +# $Id: PKGBUILD 60037 2011-12-03 17:31:58Z tdziedzic $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=qbittorrent pkgver=2.9.2 -pkgrel=5 +pkgrel=6 pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library" arch=('i686' 'x86_64' 'mips64el') url="http://www.qbittorrent.org/" license=('GPL') depends=('qt' 'libtorrent-rasterbar' 'xdg-utils') makedepends=('boost' 'geoip') -optdepends=('python2: needed for search' +optdepends=('python: needed for search' 'geoip: improves peer country resolution') install='qbittorrent.install' source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-${pkgver}.tar.gz") @@ -21,11 +21,6 @@ md5sums=('0c2188e0065be57e50c06f5934d5f7a2') build() { cd qbittorrent-${pkgver} - sed -i \ - -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ - -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ - $(find ./ -name '*.py') - ./configure \ --prefix=/usr |