summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Burgos2023-10-11 11:06:02 -0600
committerSantiago Burgos2023-10-11 11:06:02 -0600
commit8cc7e1234240892f3ab710a8a2e044eb01237508 (patch)
tree17aeb2fd9bd2d9a54eaac28031d1083eaf3e4b36
parent2b5a0ee382e94ad1402c4f23674c39af7307017f (diff)
downloadaur-8cc7e1234240892f3ab710a8a2e044eb01237508.tar.gz
updated checksum to workaround issue with upstream releasing a new binary
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ca40733eb4f..119aac6939b8 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 = 1
+ pkgrel = 2
url = https://github.com/linuxmint/hypnotix
arch = any
license = GPL3
@@ -18,6 +18,6 @@ pkgbase = hypnotix
depends = xapp
depends = yt-dlp
source = hypnotix-3.7.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/3.7.tar.gz
- sha256sums = 0cb91ba4b98dbfbac5c4e6838855b26f3c2a302d1aeb1e926f314e68f0e78909
+ sha256sums = e0223b91da1b215e0739c51df68896879738f8b4b7186866b98e3d5f3adb88bc
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index 13197e701451..27ba2a0b3830 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=hypnotix
pkgver=3.7
-pkgrel=1
+pkgrel=2
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=('0cb91ba4b98dbfbac5c4e6838855b26f3c2a302d1aeb1e926f314e68f0e78909')
+sha256sums=('e0223b91da1b215e0739c51df68896879738f8b4b7186866b98e3d5f3adb88bc')
prepare() {
cd "$pkgname-$pkgver"