summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2022-06-15 18:08:24 +0100
committerJonathon Fernyhough2022-06-15 18:08:24 +0100
commit8c3fa0b6682ca55dc772b52cd8eb2fb7f9dbcacd (patch)
tree1ea8aef7de7cd625727493166522f3aee2d8367a
parent9de3838b4ce0134b33c2d538b9c79cf6267536d0 (diff)
downloadaur-8c3fa0b6682ca55dc772b52cd8eb2fb7f9dbcacd.tar.gz
Upstream 2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f191115be997..d34a28b045a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application
- pkgver = 2.6
+ pkgver = 2.7
pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
@@ -16,7 +16,7 @@ pkgbase = hypnotix
depends = mpv
depends = xapp
optdepends = yt-dlp: YouTube channel support
- source = hypnotix-2.6.tar.gz::https://github.com/linuxmint/hypnotix/archive/2.6.tar.gz
- b2sums = 36d0e029a2f23ccd209850383b0ab24ad36c2142b53131c32458dfc39b6842e82c6635ef54fb32adea543b30de2c83855cf005ad261058ca989f42e9f55abc19
+ source = hypnotix-2.7.tar.gz::https://github.com/linuxmint/hypnotix/archive/2.7.tar.gz
+ b2sums = 958ad277d1f384e742c4b86416b4ce4ada1e3a34c6c92d2cf482cba44330fcaa0891c3b46c9a96484004a0f4d2a968bf06841e9ce0bcf599400c26407068519e
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index 2b121d860b2a..6d6cf7648811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Leo <olorin12+gmail+com>
pkgname=hypnotix
-pkgver=2.6
+pkgver=2.7
pkgrel=1
pkgdesc="An IPTV streaming application"
arch=(any)
@@ -11,7 +11,7 @@ license=(GPL3)
depends=(dconf hicolor-icon-theme python-cairo python-gobject python-imdbpy python-requests python-setproctitle python-unidecode mpv xapp)
optdepends=('yt-dlp: YouTube channel support')
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-b2sums=('36d0e029a2f23ccd209850383b0ab24ad36c2142b53131c32458dfc39b6842e82c6635ef54fb32adea543b30de2c83855cf005ad261058ca989f42e9f55abc19')
+b2sums=('958ad277d1f384e742c4b86416b4ce4ada1e3a34c6c92d2cf482cba44330fcaa0891c3b46c9a96484004a0f4d2a968bf06841e9ce0bcf599400c26407068519e')
prepare() {
cd $pkgname-$pkgver