summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornemaeon2015-07-20 15:50:22 -0400
committernemaeon2015-07-20 15:50:22 -0400
commit2d84dfa715f84ea97e9a76cc0ddb12a72fdd3dce (patch)
treebbabbed0ef5c0fd4bbd0922f6ed3bd4c5a1ff1ab
parentb08deed873892eb84cacfcc88a977f0c2ff38dc3 (diff)
downloadaur-2d84dfa715f84ea97e9a76cc0ddb12a72fdd3dce.tar.gz
Fixed typo in PKGBUILD depends.
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d5ea4fc2957..24363f067212 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc='Ncurses BitTorrent client based on libTorrent with vi like keybindings
url="http://libtorrent.rakshasa.no"
arch=('i686' 'x86_64')
license=('GPL')
-depends=("curl" "libtorrent>=0.13.5" "xmlrpc-c" "libsigc++")
+depends=("curl" "libtorrent>=0.13.4" "xmlrpc-c" "libsigc++")
conflicts=("${_pkgname}")
provides=("${_pkgname}")
install="${pkgname}.install"