summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastiaan Lokhorst2018-04-15 17:13:14 +0200
committerSebastiaan Lokhorst2018-04-15 17:13:14 +0200
commit2204a04b16b9e0560109d63f690f25a3aa2b895e (patch)
tree902c45fd4812ec046ec5b2d092b392b3e1b3ff40 /PKGBUILD
parent3e36ae5628f666c316e22e5bd9ec5a6553c0e3b7 (diff)
downloadaur-2204a04b16b9e0560109d63f690f25a3aa2b895e.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ac670d19232..4748c903d34a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=(x86_64)
url="http://www.transmissionbt.com/"
license=(MIT)
pkgdesc='Fast, easy, and free BitTorrent client (CLI tools, daemon and web client)'
-depends=(curl libevent systemd)
+depends=(curl libevent libsystemd miniupnpc)
conflicts=(transmission-cli)
replaces=(transmission-cli)
provides=(transmission-cli)