summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3ae73d07082..abe54ba347d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application
pkgver = 2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linuxmint/hypnotix
arch = any
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = hypnotix
depends = python-imdbpy
depends = python-requests
depends = python-setproctitle
+ depends = python-unidecode
depends = mpv
depends = xapp
optdepends = youtube-dl: YouTube channel support
diff --git a/PKGBUILD b/PKGBUILD
index 458efb9ee315..d28a17bf5b6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=hypnotix
pkgver=2.0
-pkgrel=2
+pkgrel=3
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')
source=($url/archive/$pkgver.tar.gz)
b2sums=('570d8a51022f929b35d074c42aef8e41c08c0ddb0983d139d901ed22e0e94b687ec8a25f9ac68c373f2e2af2f3c46249771a73bdb4fc6f4bdff0280e32fd228e')