aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoni Aloy Torrens <aaloytorrens@gmail.com>2021-05-07 16:56:52 +0200
committerLeo <thinkabit.ukim@gmail.com>2021-05-07 22:29:11 +0000
commit14f1b08839306c5e0b0c1b2b96420a4936534b32 (patch)
treeed2b30962694df6631490289c12bf6938394eefc
parent8ff1e9f64fe376f830ca933e03b79ce600af7a02 (diff)
testing/hypnotix: upgrade to 1.6
-rw-r--r--testing/hypnotix/APKBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/testing/hypnotix/APKBUILD b/testing/hypnotix/APKBUILD
index e6599aebb35..9eeabe829ef 100644
--- a/testing/hypnotix/APKBUILD
+++ b/testing/hypnotix/APKBUILD
@@ -1,12 +1,15 @@
# Maintainer: Antoni Aloy <aaloytorrens@gmail.com>
pkgname=hypnotix
-pkgver=1.5
+pkgver=1.6
pkgrel=0
pkgdesc="IPTV streaming application"
url="https://github.com/linuxmint/hypnotix"
arch="noarch"
license="GPL-3.0-or-later"
-depends="dconf hicolor-icon-theme py3-cairo py3-imdbpy py3-requests py3-setproctitle mpv xapp"
+depends="
+ dconf python3 hicolor-icon-theme py3-cairo xapp
+ py3-requests py3-setproctitle py3-imdbpy mpv mpv-libs
+ "
makedepends="gettext-tiny-dev"
subpackages="$pkgname-lang"
options="!check" # No testsuite
@@ -41,5 +44,7 @@ package() {
cp -a usr/share/locale "$pkgdir"/usr/share/locale
}
-sha512sums="61535e701d42278024797d2f5c3397dc86670c017661d327aaea11dc29ee8d6d30750f6044600e980ae08d772a22c2c8c8baf29938dbc594f1a0b0fe547fbefd hypnotix-1.5.tar.gz
-b54f92f043b5d3bcba31266e21a263a0ef3428c3b3afbb4f9fcca11df1230a1e547abaf3bc047e4c975f8941d5a31c46c1ac1dbb9c3281dcb48553f941968478 0001-fix-locale-has-no-attribute-bindtextdomain.patch"
+sha512sums="
+6d429c4af875600345563968bb19665ce38ecdf9fb9aaa60fcd1eb3eb9e08d24fa0c9ddb1093f71135135e8c66f9f2c42a4bc4fb843dc8b574c5b7f789d52e39 hypnotix-1.6.tar.gz
+b54f92f043b5d3bcba31266e21a263a0ef3428c3b3afbb4f9fcca11df1230a1e547abaf3bc047e4c975f8941d5a31c46c1ac1dbb9c3281dcb48553f941968478 0001-fix-locale-has-no-attribute-bindtextdomain.patch
+"