summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2023-11-30 00:55:48 +0100
committerLuna Jernberg2023-11-30 00:55:48 +0100
commitdb564e18feb67ab088a345a48b82177fe00f4dd0 (patch)
tree44d84b95c6064d47d68918f06e1858a90ae06feb
parent8cc7e1234240892f3ab710a8a2e044eb01237508 (diff)
downloadaur-db564e18feb67ab088a345a48b82177fe00f4dd0.tar.gz
4.0 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 119aac6939b8..6d628a6349b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application with support for live TV, movies and series.
- pkgver = 3.7
- pkgrel = 2
+ pkgver = 4.0
+ pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
license = GPL3
@@ -17,7 +17,7 @@ pkgbase = hypnotix
depends = python-unidecode
depends = xapp
depends = yt-dlp
- source = hypnotix-3.7.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/3.7.tar.gz
- sha256sums = e0223b91da1b215e0739c51df68896879738f8b4b7186866b98e3d5f3adb88bc
+ source = hypnotix-4.0.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/4.0.tar.gz
+ sha256sums = 99f8739ae90099977c2b92165d0babbf2c13ee3c413ed4380eb098fa96fe60e8
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index 27ba2a0b3830..32112be78a00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Luna Jernberg <droidbittin@gmail.com>
pkgname=hypnotix
-pkgver=3.7
-pkgrel=2
+pkgver=4.0
+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=('circle-flags' 'dconf' 'hicolor-icon-theme' 'mpv' 'python-cairo' 'pytho
'python-cinemagoer' 'python-requests' 'python-setproctitle' 'python-unidecode'
'xapp' 'yt-dlp')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('e0223b91da1b215e0739c51df68896879738f8b4b7186866b98e3d5f3adb88bc')
+sha256sums=('99f8739ae90099977c2b92165d0babbf2c13ee3c413ed4380eb098fa96fe60e8')
prepare() {
cd "$pkgname-$pkgver"