diff options
author | Jonathon Fernyhough | 2021-06-25 15:27:22 +0100 |
---|---|---|
committer | Jonathon Fernyhough | 2021-06-25 15:27:22 +0100 |
commit | 39fadfa2a032d54c90a51017932800290d936283 (patch) | |
tree | 00ff7277cc2fd9cd02f16258187303f0bcac14d5 /PKGBUILD | |
parent | d3982b744633529fcb68f86f7cfce042ea75a5ca (diff) | |
download | aur-39fadfa2a032d54c90a51017932800290d936283.tar.gz |
optdepends+=(youtube-dl)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,13 +2,14 @@ # Contributor: Leo <olorin12+gmail+com> pkgname=hypnotix-git -pkgver=1.5 +pkgver=1.9 pkgrel=1 pkgdesc="An IPTV streaming application" arch=(any) url="https://github.com/linuxmint/hypnotix" license=(GPL3) depends=(dconf hicolor-icon-theme python-cairo python-imdbpy python-requests python-setproctitle mpv xapp) +optdepends=('youtube-dl: YouTube channel support') makedepends=(git) provides=(hypnotix) conflicts=(hypnotix) |