summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2018-03-31 11:02:30 +0200
committerJan Neumann2018-03-31 11:02:30 +0200
commit98bd8597e193ad8c812c4cb12df811dcc30eafe1 (patch)
treea8d170ac8fb854d9b183164465f027336bca5c5e
parent7f3c2d6a623d748d8f77b979ab5848ee1477be5c (diff)
downloadaur-98bd8597e193ad8c812c4cb12df811dcc30eafe1.tar.gz
update
-rw-r--r--PKGBUILD8
-rwxr-xr-xnetflix.desktop8
2 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d6b0850090c..7f29777ca041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=qtwebflix-git
_gitname=qtwebflix
-pkgver=r37.3618d55
-pkgrel=2
+pkgver=r54.a335ac3
+pkgrel=1
pkgdesc='Standalone HD Netflix Browser using qt5-webengine (also supports Amazon prime, HBO Go, Hulu, Crunchy Roll)'
arch=('i686' 'x86_64')
url='https://github.com/gort818/qtwebflix'
@@ -15,7 +15,7 @@ makedepends=('git')
source=("git+${url}.git"
"netflix.desktop")
sha256sums=('SKIP'
- 'd148c00cdda8c95254c4f2fa318643514bee3646768a7f5e894e8ac41a790a26')
+ '571b202d64ba9a0e1144e6abdabc7288a843985624da01cc03ff43020bee521b')
pkgver() {
cd ${srcdir}/${_gitname}
@@ -34,7 +34,7 @@ build() {
package() {
- install -Dm755 ${srcdir}/${_gitname}/netflix ${pkgdir}/usr/bin/netflix
+ install -Dm755 ${srcdir}/${_gitname}/qtwebflix ${pkgdir}/usr/bin/qtwebflix
install -Dm644 ${srcdir}/${_gitname}/data/netflix-desktop.svg ${pkgdir}/usr/share/pixmaps/netflix-desktop.svg
install -Dm755 ${srcdir}/netflix.desktop ${pkgdir}/usr/share/applications/netflix.desktop
diff --git a/netflix.desktop b/netflix.desktop
index 463021aae9c4..a22b417e49ea 100755
--- a/netflix.desktop
+++ b/netflix.desktop
@@ -1,9 +1,9 @@
[Desktop Entry]
-Name=Netflix
-GenericName=Netflix
-Comment=Netflix Standalone Player
+Name=QtWebFlix
+GenericName=QtWebFlix
+Comment=Standalone player for several streaming platforms
Categories=Network;AudioVideo;Player;
-Exec=/usr/bin/netflix --disable-seccomp-filter-sandbox --register-pepper-plugins="/usr/lib/qt/plugins/ppapi/libwidevinecdmadapter.so; application/x-ppapi-widevine-cdm"
+Exec=/usr/bin/qtwebflix --disable-seccomp-filter-sandbox --register-pepper-plugins="/usr/lib/qt/plugins/ppapi/libwidevinecdmadapter.so; application/x-ppapi-widevine-cdm"
Icon=netflix-desktop.svg
StartupNotify=false
Terminal=false