summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-12-31 13:24:03 +0000
committerJonathon Fernyhough2021-12-31 13:30:59 +0000
commit9de3838b4ce0134b33c2d538b9c79cf6267536d0 (patch)
treea8084c5f5bcadd4e065fb227619482bbea7c7cf8
parentbabc37146459f30f989b815195aebf577a08e23e (diff)
downloadaur-9de3838b4ce0134b33c2d538b9c79cf6267536d0.tar.gz
Upstream 2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b16590289496..f191115be997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application
- pkgver = 2.4
+ pkgver = 2.6
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.4.tar.gz::https://github.com/linuxmint/hypnotix/archive/2.4.tar.gz
- b2sums = c495f0444e75672f16bd0ac5d58a4755071f39f42e14c67adaaeddb613e62f9669ce388ecb1488650758c03bbeeedf43f88958bbdca12da2b7ea3eb935c783dd
+ source = hypnotix-2.6.tar.gz::https://github.com/linuxmint/hypnotix/archive/2.6.tar.gz
+ b2sums = 36d0e029a2f23ccd209850383b0ab24ad36c2142b53131c32458dfc39b6842e82c6635ef54fb32adea543b30de2c83855cf005ad261058ca989f42e9f55abc19
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index 15032a37300a..2b121d860b2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Leo <olorin12+gmail+com>
pkgname=hypnotix
-pkgver=2.4
+pkgver=2.6
pkgrel=1
pkgdesc="An IPTV streaming application"
arch=(any)
@@ -11,14 +11,11 @@ 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=('c495f0444e75672f16bd0ac5d58a4755071f39f42e14c67adaaeddb613e62f9669ce388ecb1488650758c03bbeeedf43f88958bbdca12da2b7ea3eb935c783dd')
+b2sums=('36d0e029a2f23ccd209850383b0ab24ad36c2142b53131c32458dfc39b6842e82c6635ef54fb32adea543b30de2c83855cf005ad261058ca989f42e9f55abc19')
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() {
@@ -38,9 +35,6 @@ 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
}