summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Bellino2017-12-21 14:08:59 +0100
committerCarlos Bellino2017-12-21 14:08:59 +0100
commita391be94b74e876c265d7b3e34aadef83fa66136 (patch)
tree7e57c52dbd3df79431d54d217a581e8e2abf6b60
parent665a4000e73308d7b899bed47b1bc426e123cf2c (diff)
downloadaur-a391be94b74e876c265d7b3e34aadef83fa66136.tar.gz
opt dependecies updated
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19d79b9830e9..b963b0176fca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,11 +7,11 @@ pkgbase = watcher3
license = Apache
makedepends = git
depends = python
- optdepends = deluge: supported torrent client
- optdepends = qbittorrent: supported torrent client
- optdepends = rtorrent: supported torrent client
- optdepends = sabnzbd: supported NZB downloader
- optdepends = transmission-cli: supported torrent client
+ optdepends = deluge
+ optdepends = qbittorrent
+ optdepends = rtorrent
+ optdepends = sabnzbd
+ optdepends = transmission-cli
source = git://github.com/nosmokingbandit/Watcher3.git
source = watcher3.service
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2f77bb356fb6..1cd32d35c2fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,11 @@ arch=('any')
url="https://github.com/nosmokingbandit/${_gitname}"
license=('Apache')
depends=('python')
-optdepends=("deluge: supported torrent client"
- "qbittorrent: supported torrent client"
- "rtorrent: supported torrent client"
- "sabnzbd: supported NZB downloader"
- "transmission-cli: supported torrent client")
+optdepends=("deluge"
+ "qbittorrent"
+ "rtorrent"
+ "sabnzbd"
+ "transmission-cli")
makedepends=('git')
source=("git://github.com/${_gitauthor}/${_gitname}.git" "watcher3.service")
md5sums=('SKIP' '5e5d95d5075cbcccd3a09f9f39dffaa2')