summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKopfKrieg2015-07-14 15:56:33 +0200
committerKopfKrieg2015-07-14 15:56:33 +0200
commit7de9acb8bcc434609e99e56e17119ba185fadd68 (patch)
tree6eaa22da4465c3328d2b7d7e0fe2d65970422bc7 /PKGBUILD
parentbbd4a02509b35f425edf1fd53671ac7bbfbf895e (diff)
downloadaur-7de9acb8bcc434609e99e56e17119ba185fadd68.tar.gz
Updated libtorrent >=0.13.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a7798c859ba..94d3bcbc24e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=rtorrent-color
_pkgname="rtorrent"
pkgver=0.9.4
-pkgrel=3
+pkgrel=4
pkgdesc="Ncurses BitTorrent client based on libTorrent with color patch."
url="http://libtorrent.rakshasa.no"
arch=("i686" "x86_64")
license=("GPL")
-depends=("curl" "libtorrent=0.13.4" "xmlrpc-c" "libsigc++")
+depends=("curl" "libtorrent>=0.13.4" "xmlrpc-c" "libsigc++")
conflicts=("${_pkgname}")
provides=("${_pkgname}")
install="${pkgname}.install"