summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxsmile2017-05-12 02:03:06 +0000
committerxsmile2017-05-12 02:03:06 +0000
commit7ab893d01e3ab5257c12d55c5f6528e92b685f95 (patch)
treeb6eb8354ba1fc3e755b0a934c7024ef3b9b55260 /PKGBUILD
parentaefe65f448ba1ad37cdb4f5ecf44d9aa31c5b26f (diff)
downloadaur-7ab893d01e3ab5257c12d55c5f6528e92b685f95.tar.gz
changed conflicts array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc786e9a094c..ebb81ead0b24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
depends=('openssl')
makedepends=('cppunit')
provides=('libtorrent')
-conflicts=('libtorrent' 'libtorrent-git' 'libtorrent-ipv6' 'libtorrent-ps-git' 'libtorrent-pyro' 'libtorrent-pyro-git')
+conflicts=('libtorrent')
source=("https://github.com/rakshasa/$_pkgname/archive/$_pkgver.tar.gz"
'lt-ps-honor_system_file_allocate_all.patch'
'lt-ps-log_open_file-reopen_all.patch'