summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-11-18 13:44:55 +0000
committerJonathon Fernyhough2021-11-18 13:44:55 +0000
commitc2bb05ee9b254095fcfed2a62cc7bcb6e4cc960e (patch)
tree090850b6c7a7661af65432b0ec219af91989871e /PKGBUILD
parent34deacd72fc03e8e854b78c227942576acf45cbb (diff)
downloadaur-c2bb05ee9b254095fcfed2a62cc7bcb6e4cc960e.tar.gz
depends+=(python-unidecode)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 355143f30b89..8e2a49d23a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=hypnotix-git
pkgver=2.0
-pkgrel=1
+pkgrel=2
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-imdbpy python-requests python-setproctitle mpv xapp)
+depends=(dconf hicolor-icon-theme python-cairo python-gobject python-imdbpy python-requests python-setproctitle python-unidecode mpv xapp)
optdepends=('youtube-dl: YouTube channel support')
makedepends=(git)
provides=(hypnotix)