summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-12-07 15:11:37 +0000
committerJonathon Fernyhough2021-12-07 15:11:37 +0000
commit0b7f1724b0db839f8e52b70991e2c3d5755c9df0 (patch)
tree80561c946bf794d763e829b4553893a20e4f8296
parent5cc4f84b1f2e43f6d7605d8b592b95d318a581e9 (diff)
downloadaur-0b7f1724b0db839f8e52b70991e2c3d5755c9df0.tar.gz
Upstream 2.2. Switch to yt-dlp. Rename source archive.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a28911eb43e..4cbb1cfc0d6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application
- pkgver = 2.1
+ pkgver = 2.2
pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
@@ -15,8 +15,8 @@ pkgbase = hypnotix
depends = python-unidecode
depends = mpv
depends = xapp
- optdepends = youtube-dl: YouTube channel support
- source = https://github.com/linuxmint/hypnotix/archive/2.1.tar.gz
- b2sums = a2dc9f2cd79c5817a28049baf7b8d1d547d21436660ba91127e87c59961e4265b290dacbeff1c542cd58fed39ac96ff26b027aba98d33b114975044549e6de8e
+ optdepends = yt-dlp: YouTube channel support
+ source = hypnotix-2.2.tar.gz::https://github.com/linuxmint/hypnotix/archive/2.2.tar.gz
+ b2sums = cd241f8ee3f7529a74538156bcbec2f9c68fe4fa61af24822724dd6af6d7fddb926d0b90963f233fd1a5beb918936f6b594dab1705c891bcaa2ebee45305ce27
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index a2b64817cb1f..a4aa22f7ba3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Leo <olorin12+gmail+com>
pkgname=hypnotix
-pkgver=2.1
+pkgver=2.2
pkgrel=1
pkgdesc="An IPTV streaming application"
arch=(any)
url="https://github.com/linuxmint/hypnotix"
license=(GPL3)
depends=(dconf hicolor-icon-theme python-cairo python-gobject python-imdbpy python-requests python-setproctitle python-unidecode mpv xapp)
-optdepends=('youtube-dl: YouTube channel support')
-source=($url/archive/$pkgver.tar.gz)
-b2sums=('a2dc9f2cd79c5817a28049baf7b8d1d547d21436660ba91127e87c59961e4265b290dacbeff1c542cd58fed39ac96ff26b027aba98d33b114975044549e6de8e')
+optdepends=('yt-dlp: YouTube channel support')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+b2sums=('cd241f8ee3f7529a74538156bcbec2f9c68fe4fa61af24822724dd6af6d7fddb926d0b90963f233fd1a5beb918936f6b594dab1705c891bcaa2ebee45305ce27')
prepare() {
cd $pkgname-$pkgver