summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-12-18 16:00:33 +0000
committerJonathon Fernyhough2021-12-18 16:00:33 +0000
commitbabc37146459f30f989b815195aebf577a08e23e (patch)
treed65b23bda84a07f223364b5685db1d816d0ebfd2
parentb2c7a88662a8adae39ad64791dba01b42670e2eb (diff)
downloadaur-babc37146459f30f989b815195aebf577a08e23e.tar.gz
Upstream 2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2c4fee74acf..b16590289496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application
- pkgver = 2.3
+ pkgver = 2.4
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.3.tar.gz::https://github.com/linuxmint/hypnotix/archive/2.3.tar.gz
- b2sums = 5a75078743cd12d1cc98f84b1c797961ea59d2ed4634dfe9f2d899569d29a184b2f9d851158f39cee861f58c5e7127e9d2ccd7ccfa1da32b735d34ae65a085ba
+ source = hypnotix-2.4.tar.gz::https://github.com/linuxmint/hypnotix/archive/2.4.tar.gz
+ b2sums = c495f0444e75672f16bd0ac5d58a4755071f39f42e14c67adaaeddb613e62f9669ce388ecb1488650758c03bbeeedf43f88958bbdca12da2b7ea3eb935c783dd
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index 669fb6502531..15032a37300a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Leo <olorin12+gmail+com>
pkgname=hypnotix
-pkgver=2.3
+pkgver=2.4
pkgrel=1
pkgdesc="An IPTV streaming application"
arch=(any)
@@ -11,11 +11,14 @@ 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=('5a75078743cd12d1cc98f84b1c797961ea59d2ed4634dfe9f2d899569d29a184b2f9d851158f39cee861f58c5e7127e9d2ccd7ccfa1da32b735d34ae65a085ba')
+b2sums=('c495f0444e75672f16bd0ac5d58a4755071f39f42e14c67adaaeddb613e62f9669ce388ecb1488650758c03bbeeedf43f88958bbdca12da2b7ea3eb935c783dd')
prepare() {
cd $pkgname-$pkgver
sed -i "s/__DEB_VERSION__/$pkgver/g" usr/lib/hypnotix/hypnotix.py
+
+ # https://github.com/linuxmint/hypnotix/issues/184
+ rm usr/share/hypnotix/pictures/badges/irak.svg
}
build() {
@@ -35,6 +38,9 @@ package() {
install -Dm644 -t "$pkgdir"/usr/share/hypnotix/pictures/badges usr/share/hypnotix/pictures/badges/*
install -Dm644 -t "$pkgdir"/usr/share/icons/hicolor/scalable/apps usr/share/icons/hicolor/scalable/apps/hypnotix.svg
+ # https://github.com/linuxmint/hypnotix/issues/184
+ ln -s iraq.svg "$pkgdir"/usr/share/hypnotix/pictures/badges/irak.svg
+
# Translations
cp -a usr/share/locale "$pkgdir"/usr/share/locale
}