summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-11-15 11:07:36 +0000
committerJonathon Fernyhough2021-11-15 11:07:36 +0000
commit34deacd72fc03e8e854b78c227942576acf45cbb (patch)
treedc284373145329d9a9cd83c7bbef608599795201
parent39fadfa2a032d54c90a51017932800290d936283 (diff)
downloadaur-34deacd72fc03e8e854b78c227942576acf45cbb.tar.gz
depends+=(python-gobject)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c58323cce32..d7119f0099d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix-git
pkgdesc = An IPTV streaming application
- pkgver = 1.9
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
@@ -9,6 +9,7 @@ pkgbase = hypnotix-git
depends = dconf
depends = hicolor-icon-theme
depends = python-cairo
+ depends = python-gobject
depends = python-imdbpy
depends = python-requests
depends = python-setproctitle
diff --git a/PKGBUILD b/PKGBUILD
index 5434d9baf618..355143f30b89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Leo <olorin12+gmail+com>
pkgname=hypnotix-git
-pkgver=1.9
+pkgver=2.0
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)
+depends=(dconf hicolor-icon-theme python-cairo python-gobject python-imdbpy python-requests python-setproctitle mpv xapp)
optdepends=('youtube-dl: YouTube channel support')
makedepends=(git)
provides=(hypnotix)