summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSibren Vasse2019-08-09 13:59:19 +0200
committerSibren Vasse2019-08-09 13:59:19 +0200
commit70e56522df1cbf95246c5bc7621eabd33d3e891f (patch)
tree067a5ee04a3a8cb3636b110c3eb319e956a4b976 /PKGBUILD
parent7fd8bf0c01e0824f02dbf949b41d66c336bd5b9b (diff)
downloadaur-70e56522df1cbf95246c5bc7621eabd33d3e891f.tar.gz
Remove NodeRT from package (-205.72 MiB)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38e2c40149a5..2e1f6ea6f7c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ilya Gulya <ilyagulya@gmail.com>
pkgname="deezer"
pkgver=4.14.1
-pkgrel=1
+pkgrel=2
pkgdesc="A proprietary music streaming service"
arch=('any')
url="https://www.deezer.com/"
@@ -30,9 +30,11 @@ package() {
7z x -y -bsp0 -bso0 app-32.7z
cd resources/
- # Fix crash on startup since 4.14.1 (patch systray icon path)
asar extract app.asar app
+ # Fix crash on startup since 4.14.1 (patch systray icon path)
sed -i 's/build\/linux\/systray.png/..\/..\/..\/share\/deezer\/systray.png/g' app/app/js/main/Utils/index.js
+ # Remove NodeRT from package (-205.72 MiB)
+ rm -r app/node_modules/@nodert
asar pack app app.asar
cd "${srcdir}"