summaryrefslogtreecommitdiff
path: root/community/qbittorrent
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-03 22:47:36 +0000
committerroot <root@rshg047.dnsready.net>2011-06-03 22:47:36 +0000
commit805d577f46f94e747f712b7c942f595cd8f7e170 (patch)
tree9a708cc4fdc41336d9747a861d194b6c98caa5e4 /community/qbittorrent
parent2d8c4c44185a682290ccde4d23132ae3acf01678 (diff)
Fri Jun 3 22:47:36 UTC 2011
Diffstat (limited to 'community/qbittorrent')
-rw-r--r--community/qbittorrent/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/qbittorrent/PKGBUILD b/community/qbittorrent/PKGBUILD
index ae549bae2..532fc9413 100644
--- a/community/qbittorrent/PKGBUILD
+++ b/community/qbittorrent/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=qbittorrent
-pkgver=2.7.3
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library"
arch=('i686' 'x86_64')
url="http://www.qbittorrent.org/"
@@ -14,13 +14,13 @@ makedepends=('boost' 'geoip')
optdepends=('python2: needed for search'
'geoip: improves peer country resolution')
install='qbittorrent.install'
-source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.gz"
+source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-${pkgver}.tar.gz"
'python2.patch')
-md5sums=('ff1b294133f8dadc781c8f0df50d248d'
+md5sums=('6337b679b40f56fdd2dd49d795fd5405'
'db0d79fee8ce3470ad3741d36b02a94c')
build() {
- cd ${pkgname}-${pkgver}
+ cd qbittorrent-${pkgver}
sed -i \
-e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
@@ -36,7 +36,7 @@ build() {
}
package() {
- cd ${pkgname}-${pkgver}
+ cd qbittorrent-${pkgver}
make INSTALL_ROOT=${pkgdir} install
}