summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2023-08-21 08:55:41 -0600
committerSam Burgos2023-08-21 08:55:41 -0600
commitcf67e4a01f65748835c53a0c3b6a47e7b04a702f (patch)
tree87d6c40fef1e6348ae75219d5159dd5bf35963d6
parentb7b7a562ff134dad84348a1af43cdfa0a63ac211 (diff)
downloadaur-cf67e4a01f65748835c53a0c3b6a47e7b04a702f.tar.gz
updated to version 3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dea0b7e9c392..d00fc8ab3318 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.5
+ pkgver = 3.6
pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
@@ -16,7 +16,7 @@ pkgbase = hypnotix
depends = python-unidecode
depends = xapp
optdepends = yt-dlp: YouTube channel support
- source = hypnotix-3.5.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/3.5.tar.gz
- sha256sums = 50fb8569eaf802c6de71dd42f94f301efaeca5e9b853da0f5def908f5b014b70
+ source = hypnotix-3.6.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/3.6.tar.gz
+ sha256sums = 726c05d6537205d8f18449e17816100a1bc75341ae086a63784b9cc09769ae82
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index b6b81eb20347..d5eebf3457e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Luna Jernberg <droidbittin@gmail.com>
pkgname=hypnotix
-pkgver=3.5
+pkgver=3.6
pkgrel=1
pkgdesc="An IPTV streaming application with support for live TV, movies and series."
arch=('any')
@@ -15,7 +15,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=('50fb8569eaf802c6de71dd42f94f301efaeca5e9b853da0f5def908f5b014b70')
+sha256sums=('726c05d6537205d8f18449e17816100a1bc75341ae086a63784b9cc09769ae82')
prepare() {
cd "$pkgname-$pkgver"