summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Burgos2023-12-04 08:25:30 -0600
committerSantiago Burgos2023-12-04 08:25:30 -0600
commit70386a3281c7dfb4cceba44b6dc4b1b3d37f63a6 (patch)
tree0fdb71bb5ee1a8889d309b1c380d323f84783c1a
parentdb564e18feb67ab088a345a48b82177fe00f4dd0 (diff)
downloadaur-70386a3281c7dfb4cceba44b6dc4b1b3d37f63a6.tar.gz
updated to version 4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD24
2 files changed, 21 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d628a6349b6..e6cdf348cd18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application with support for live TV, movies and series.
- pkgver = 4.0
+ pkgver = 4.1
pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
@@ -17,7 +17,7 @@ pkgbase = hypnotix
depends = python-unidecode
depends = xapp
depends = yt-dlp
- source = hypnotix-4.0.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/4.0.tar.gz
- sha256sums = 99f8739ae90099977c2b92165d0babbf2c13ee3c413ed4380eb098fa96fe60e8
+ source = hypnotix-4.1.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/4.1.tar.gz
+ sha256sums = de4622459bbd04ae5bf6f96c00473c002eac47c92f89a9b47c5890ece9eb3bb3
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index 32112be78a00..ba3fe9ac1d71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,29 @@
# Contributor: Luna Jernberg <droidbittin@gmail.com>
pkgname=hypnotix
-pkgver=4.0
+pkgver=4.1
pkgrel=1
pkgdesc="An IPTV streaming application with support for live TV, movies and series."
arch=('any')
-url="https://github.com/linuxmint/hypnotix"
+url="https://github.com/linuxmint/${pkgname}"
license=('GPL3')
-depends=('circle-flags' 'dconf' 'hicolor-icon-theme' 'mpv' 'python-cairo' 'python-gobject'
- 'python-cinemagoer' 'python-requests' 'python-setproctitle' 'python-unidecode'
- 'xapp' 'yt-dlp')
+#groups=('x-apps')
+depends=(
+ 'circle-flags'
+ 'dconf'
+ 'hicolor-icon-theme'
+ 'mpv'
+ 'python-cairo'
+ 'python-gobject'
+ 'python-cinemagoer'
+ 'python-requests'
+ 'python-setproctitle'
+ 'python-unidecode'
+ 'xapp'
+ 'yt-dlp'
+)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('99f8739ae90099977c2b92165d0babbf2c13ee3c413ed4380eb098fa96fe60e8')
+sha256sums=('de4622459bbd04ae5bf6f96c00473c002eac47c92f89a9b47c5890ece9eb3bb3')
prepare() {
cd "$pkgname-$pkgver"