summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuna Jernberg2023-06-22 09:34:05 +0200
committerLuna Jernberg2023-06-22 09:34:05 +0200
commit3d07d276a57910687c0aa647bd9905119b98b480 (patch)
treea5c5e02538e1f2dc5850e37fc0bfe73607b38a1d /PKGBUILD
parentf505cdc74fe13260f1fd0bcf2420cd76bdd82054 (diff)
downloadaur-hypnotix-git.tar.gz
correct spacing of dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faf3ce77b7e9..63f9d2dfce0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="An IPTV streaming application"
arch=(any)
url="https://github.com/linuxmint/hypnotix"
license=(GPL3)
-depends=(dconf hicolor-icon-theme python-cairo python-gobject python-cinemagoer python-requests python-setproctitle python-unidecode mpv xapp)
+depends=(dconf hicolor-icon-theme python-cairo python-gobject python-cinemagoer python-requests python-setproctitle python-unidecode mpv xapp)
optdepends=('yt-dlp: YouTube channel support')
makedepends=(git)
provides=(hypnotix)