summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-03-06 18:56:37 +0000
committerJonathon Fernyhough2021-03-06 18:56:37 +0000
commitd01a92f5f3da4b77720ca79933395c4b7d7cc593 (patch)
tree616dd28110dfe83ae1608c9b9001f510194f6bd9
parentb82183e17d6726c90c9c7aede696ba9aeae6b65d (diff)
downloadaur-d01a92f5f3da4b77720ca79933395c4b7d7cc593.tar.gz
Upstream 1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16738af25081..54669d1aa626 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
@@ -13,8 +13,8 @@ pkgbase = hypnotix
depends = python-setproctitle
depends = mpv
depends = xapp
- source = https://github.com/linuxmint/hypnotix/archive/1.4.tar.gz
- b2sums = f4ced1e654a10665f2630cfef3f570b200e162821d11fdafcf82814a9d74f4de8a59428c20d5c3187b7d77e32f307a1680777ce9bfe6f6a83192afa2843d4763
+ source = https://github.com/linuxmint/hypnotix/archive/1.5.tar.gz
+ b2sums = 9562fe07b87a4b106aff735e69b7be0b902ebaac2f33fa59e6615d22186137c00a7d09ed3b22205ed986c6aabaab91998d1dd55b12e5c3158aaa0fc2c48a3ca5
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index 1f67b6e70f85..bb0bf216aa43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Leo <olorin12+gmail+com>
pkgname=hypnotix
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="An IPTV streaming application"
arch=(any)
@@ -10,7 +10,12 @@ url="https://github.com/linuxmint/hypnotix"
license=(GPL3)
depends=(dconf hicolor-icon-theme python-cairo python-imdbpy python-requests python-setproctitle mpv xapp)
source=($url/archive/$pkgver.tar.gz)
-b2sums=('f4ced1e654a10665f2630cfef3f570b200e162821d11fdafcf82814a9d74f4de8a59428c20d5c3187b7d77e32f307a1680777ce9bfe6f6a83192afa2843d4763')
+b2sums=('9562fe07b87a4b106aff735e69b7be0b902ebaac2f33fa59e6615d22186137c00a7d09ed3b22205ed986c6aabaab91998d1dd55b12e5c3158aaa0fc2c48a3ca5')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i "s/__DEB_VERSION__/$pkgver/g" usr/lib/hypnotix/hypnotix.py
+}
build() {
cd $pkgname-$pkgver