summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2023-09-22 18:57:13 -0600
committerSam Burgos2023-09-22 18:57:13 -0600
commit2b5a0ee382e94ad1402c4f23674c39af7307017f (patch)
tree4e8d4c8e122e578ab37df43b72747c7236277a1a
parentcf67e4a01f65748835c53a0c3b6a47e7b04a702f (diff)
downloadaur-2b5a0ee382e94ad1402c4f23674c39af7307017f.tar.gz
updated to version 3.7
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d00fc8ab3318..2ca40733eb4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application with support for live TV, movies and series.
- pkgver = 3.6
+ pkgver = 3.7
pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
license = GPL3
+ depends = circle-flags
depends = dconf
depends = hicolor-icon-theme
depends = mpv
@@ -15,8 +16,8 @@ pkgbase = hypnotix
depends = python-setproctitle
depends = python-unidecode
depends = xapp
- optdepends = yt-dlp: YouTube channel support
- source = hypnotix-3.6.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/3.6.tar.gz
- sha256sums = 726c05d6537205d8f18449e17816100a1bc75341ae086a63784b9cc09769ae82
+ depends = yt-dlp
+ source = hypnotix-3.7.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/3.7.tar.gz
+ sha256sums = 0cb91ba4b98dbfbac5c4e6838855b26f3c2a302d1aeb1e926f314e68f0e78909
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index d5eebf3457e8..13197e701451 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,17 @@
# Contributor: Luna Jernberg <droidbittin@gmail.com>
pkgname=hypnotix
-pkgver=3.6
+pkgver=3.7
pkgrel=1
pkgdesc="An IPTV streaming application with support for live TV, movies and series."
arch=('any')
url="https://github.com/linuxmint/hypnotix"
license=('GPL3')
-depends=('dconf' 'hicolor-icon-theme' 'mpv' 'python-cairo' 'python-gobject'
+depends=('circle-flags' 'dconf' 'hicolor-icon-theme' 'mpv' 'python-cairo' 'python-gobject'
'python-cinemagoer' 'python-requests' 'python-setproctitle' 'python-unidecode'
- 'xapp')
-optdepends=('yt-dlp: YouTube channel support')
+ 'xapp' 'yt-dlp')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('726c05d6537205d8f18449e17816100a1bc75341ae086a63784b9cc09769ae82')
+sha256sums=('0cb91ba4b98dbfbac5c4e6838855b26f3c2a302d1aeb1e926f314e68f0e78909')
prepare() {
cd "$pkgname-$pkgver"