summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxsmile2017-03-10 22:13:09 +0100
committerxsmile2017-03-10 22:13:09 +0100
commita4122e31cd8b48384f0c8c43f2b4878aba8c93da (patch)
tree4b5d6eaed1dc0b808c158bd7cb6a2a8cd34a3e71 /PKGBUILD
parent40b71cd1e7bd3048c2ea4a1d01c42e9f3ec274a3 (diff)
downloadaur-a4122e31cd8b48384f0c8c43f2b4878aba8c93da.tar.gz
fixed libtorrent-ps dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98b50f06b55a..6d52291b5053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Extended rTorrent distribution with UI enhancements, colorization, and
url='https://github.com/pyroscope/rtorrent-ps'
license=('GPL')
arch=('any')
-depends=('cppunit' 'curl>=7.15.4' 'libtorrent-ps==0.13.6' 'ncurses' 'xmlrpc-c')
+depends=('cppunit' 'curl>=7.15.4' 'libtorrent-ps=0.13.6' 'ncurses' 'xmlrpc-c')
provides=('rtorrent')
conflicts=('rtorrent' 'rtorrent-cdl' 'rtorrent-color' 'rtorrent-git' 'rtorrent-ipv6' 'rtorrent-ps-git' 'rtorrent-pyro-git' 'rtorrent-vi-color')
source=("https://github.com/rakshasa/$_pkgname/archive/$pkgver.tar.gz"