summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-12-09 14:50:20 +0000
committerJonathon Fernyhough2021-12-09 14:50:20 +0000
commitb2c7a88662a8adae39ad64791dba01b42670e2eb (patch)
treedfba8b3d8d22c96cb9253041e811c13e8f7b9694
parent0b7f1724b0db839f8e52b70991e2c3d5755c9df0 (diff)
downloadaur-b2c7a88662a8adae39ad64791dba01b42670e2eb.tar.gz
Upstream 2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cbb1cfc0d6c..a2c4fee74acf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application
- pkgver = 2.2
+ pkgver = 2.3
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.2.tar.gz::https://github.com/linuxmint/hypnotix/archive/2.2.tar.gz
- b2sums = cd241f8ee3f7529a74538156bcbec2f9c68fe4fa61af24822724dd6af6d7fddb926d0b90963f233fd1a5beb918936f6b594dab1705c891bcaa2ebee45305ce27
+ source = hypnotix-2.3.tar.gz::https://github.com/linuxmint/hypnotix/archive/2.3.tar.gz
+ b2sums = 5a75078743cd12d1cc98f84b1c797961ea59d2ed4634dfe9f2d899569d29a184b2f9d851158f39cee861f58c5e7127e9d2ccd7ccfa1da32b735d34ae65a085ba
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index a4aa22f7ba3e..669fb6502531 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Leo <olorin12+gmail+com>
pkgname=hypnotix
-pkgver=2.2
+pkgver=2.3
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=('cd241f8ee3f7529a74538156bcbec2f9c68fe4fa61af24822724dd6af6d7fddb926d0b90963f233fd1a5beb918936f6b594dab1705c891bcaa2ebee45305ce27')
+b2sums=('5a75078743cd12d1cc98f84b1c797961ea59d2ed4634dfe9f2d899569d29a184b2f9d851158f39cee861f58c5e7127e9d2ccd7ccfa1da32b735d34ae65a085ba')
prepare() {
cd $pkgname-$pkgver