summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-06-07 02:11:30 +0100
committerJonathon Fernyhough2021-06-07 02:11:30 +0100
commit12aaf0c8ec4b48d3d017c6ee7aa6f6d2e277987e (patch)
tree5e93a0e14240c90aa97402771884e57d3161e7d3
parentda24eec621c0212227da7fc4a23b99603aaa8264 (diff)
downloadaur-12aaf0c8ec4b48d3d017c6ee7aa6f6d2e277987e.tar.gz
Upstream 1.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72773496fb91..be67a3b105e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application
- pkgver = 1.6
+ pkgver = 1.7
pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
@@ -13,8 +13,8 @@ pkgbase = hypnotix
depends = python-setproctitle
depends = mpv
depends = xapp
- source = https://github.com/linuxmint/hypnotix/archive/1.6.tar.gz
- b2sums = 632a697409fe0f734c8aff6b8d97e4be354eefdcf45d5f0981f87bb7c315ace17e5ee11d6d03533e87ad36a0f62bd29c44edd0f033dae730d3794354c379eb70
+ optdepends = youtube-dl: YouTube channel support
+ source = https://github.com/linuxmint/hypnotix/archive/1.7.tar.gz
+ b2sums = 7ae78c17e3e0abda52b361ab87930e11fed50adc9b6e84f20e72ef7d0ae30e53b642e3c89c68fba5db05f70afb0668fe35c8825a0075102c04dfb626a837616b
pkgname = hypnotix
-
diff --git a/PKGBUILD b/PKGBUILD
index 6ef690d7f38e..ba2379bb033c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
# Contributor: Leo <olorin12+gmail+com>
pkgname=hypnotix
-pkgver=1.6
+pkgver=1.7
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')
source=($url/archive/$pkgver.tar.gz)
-b2sums=('632a697409fe0f734c8aff6b8d97e4be354eefdcf45d5f0981f87bb7c315ace17e5ee11d6d03533e87ad36a0f62bd29c44edd0f033dae730d3794354c379eb70')
+b2sums=('7ae78c17e3e0abda52b361ab87930e11fed50adc9b6e84f20e72ef7d0ae30e53b642e3c89c68fba5db05f70afb0668fe35c8825a0075102c04dfb626a837616b')
prepare() {
cd $pkgname-$pkgver