summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2023-07-07 19:19:12 +0200
committerLuna Jernberg2023-07-07 19:19:12 +0200
commitb7b7a562ff134dad84348a1af43cdfa0a63ac211 (patch)
tree3fad253de4d37c75acf0aa5da2198afff5b58881
parentf9e2657c8bef29aa86d90c860a3f9d9fb3dd3c59 (diff)
downloadaur-b7b7a562ff134dad84348a1af43cdfa0a63ac211.tar.gz
3.5 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c60f705fba60..dea0b7e9c392 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.4
+ pkgver = 3.5
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.4.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/3.4.tar.gz
- sha256sums = c5f215bc4d6478a9e1fe54c60126f761a714a3ea3337c99eef225408eca0030a
+ source = hypnotix-3.5.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/3.5.tar.gz
+ sha256sums = 50fb8569eaf802c6de71dd42f94f301efaeca5e9b853da0f5def908f5b014b70
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index 827f136d83d2..b6b81eb20347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
# Contributor: Jonathon Fernyhough <jonathon+m2x@dev>
# Contributor: Leo <olorin12+gmail+com>
+# Contributor: Luna Jernberg <droidbittin@gmail.com>
pkgname=hypnotix
-pkgver=3.4
+pkgver=3.5
pkgrel=1
pkgdesc="An IPTV streaming application with support for live TV, movies and series."
arch=('any')
@@ -14,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=('c5f215bc4d6478a9e1fe54c60126f761a714a3ea3337c99eef225408eca0030a')
+sha256sums=('50fb8569eaf802c6de71dd42f94f301efaeca5e9b853da0f5def908f5b014b70')
prepare() {
cd "$pkgname-$pkgver"