summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2023-06-05 18:10:50 -0600
committerSam Burgos2023-06-05 18:10:50 -0600
commit2b8d12cfeddda7e7c4d748a0a30c470a0a734d1a (patch)
tree05049deea996a941b2323bb2a3fe16baa3bb1994
parentfe5eaddd77d8a62277b24f52ae7f869ff80f9223 (diff)
downloadaur-2b8d12cfeddda7e7c4d748a0a30c470a0a734d1a.tar.gz
updated to version 3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3346150476af..12680e9b55b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application with support for live TV, movies and series.
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
@@ -10,13 +10,13 @@ pkgbase = hypnotix
depends = mpv
depends = python-cairo
depends = python-gobject
- depends = python-imdbpy
+ depends = python-cinemagoer
depends = python-requests
depends = python-setproctitle
depends = python-unidecode
depends = xapp
optdepends = yt-dlp: YouTube channel support
- source = hypnotix-3.2.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/3.2.tar.gz
- sha256sums = c69906318dfbfd10df055d085afbe271f2e89372faa4c47a649b4827b3a7903c
+ source = hypnotix-3.3.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/3.3.tar.gz
+ sha256sums = 7c4a875d0dd29f07976abc7cc9574c9af917effe9733fb668dc7ad939dc0f2ac
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index c9affc1ce07d..c5a239479fc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Leo <olorin12+gmail+com>
pkgname=hypnotix
-pkgver=3.2
-pkgrel=2
+pkgver=3.3
+pkgrel=1
pkgdesc="An IPTV streaming application with support for live TV, movies and series."
arch=('any')
url="https://github.com/linuxmint/hypnotix"
@@ -14,7 +14,7 @@ depends=('dconf' 'hicolor-icon-theme' 'mpv' 'python-cairo' 'python-gobject'
'xapp')
optdepends=('yt-dlp: YouTube channel support')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('c69906318dfbfd10df055d085afbe271f2e89372faa4c47a649b4827b3a7903c')
+sha256sums=('7c4a875d0dd29f07976abc7cc9574c9af917effe9733fb668dc7ad939dc0f2ac')
prepare() {
cd "$pkgname-$pkgver"