summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-01-02 19:16:56 +0000
committerJonathon Fernyhough2021-01-02 19:16:56 +0000
commitb82183e17d6726c90c9c7aede696ba9aeae6b65d (patch)
tree5d5365db1695aceb845f7110229890d1b46b0e91
parent4fb4f76c7ce7b97ae75e1d994bc9615a5b8caa10 (diff)
downloadaur-b82183e17d6726c90c9c7aede696ba9aeae6b65d.tar.gz
Upstream 1.4. Translations.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 258d82d7fd08..16738af25081 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
- pkgdesc = An IPTV app
- pkgver = 1.3
+ pkgdesc = An IPTV streaming application
+ pkgver = 1.4
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.3.tar.gz
- b2sums = 9bf53b5dd6768e2ef8d4474b8875bbccb3aeeaf77707e59c8ce5f2359b126c0e4abd1cb0120586f6c8fee4c54b3d61368d298b7763b12bed937d906402b13ada
+ source = https://github.com/linuxmint/hypnotix/archive/1.4.tar.gz
+ b2sums = f4ced1e654a10665f2630cfef3f570b200e162821d11fdafcf82814a9d74f4de8a59428c20d5c3187b7d77e32f307a1680777ce9bfe6f6a83192afa2843d4763
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index 3960ce331f4b..1f67b6e70f85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Leo <olorin12+gmail+com>
pkgname=hypnotix
-pkgver=1.3
+pkgver=1.4
pkgrel=1
-pkgdesc="An IPTV app"
+pkgdesc="An IPTV streaming application"
arch=(any)
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=('9bf53b5dd6768e2ef8d4474b8875bbccb3aeeaf77707e59c8ce5f2359b126c0e4abd1cb0120586f6c8fee4c54b3d61368d298b7763b12bed937d906402b13ada')
+b2sums=('f4ced1e654a10665f2630cfef3f570b200e162821d11fdafcf82814a9d74f4de8a59428c20d5c3187b7d77e32f307a1680777ce9bfe6f6a83192afa2843d4763')
build() {
cd $pkgname-$pkgver
@@ -28,4 +28,7 @@ package() {
install -Dm644 -t "$pkgdir"/usr/share/hypnotix/pictures usr/share/hypnotix/pictures/*.svg
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
+
+ # Translations
+ cp -a usr/share/locale "$pkgdir"/usr/share/locale
}