summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 481dcb1bb45b..83fd0227d8df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=webapp-manager-git
pkgver=1.1.5.r1.g2f3e132
-pkgrel=1
+pkgrel=2
pkgdesc="Run websites as if they were apps."
arch=('any')
url="https://github.com/linuxmint/webapp-manager"
@@ -27,8 +27,12 @@ prepare() {
"usr/lib/${pkgname%-git}/common.py"
sed -i 's/epiphany-browser/epiphany/g' \
"usr/lib/${pkgname%-git}/common.py"
+ sed -i 's/"google-chrome"/"google-chrome-stable"/g' \
+ "usr/lib/${pkgname%-git}/common.py"
sed -i 's/microsoft-edge/microsoft-edge-beta/g' \
"usr/lib/${pkgname%-git}/common.py"
+ sed -i 's/"vivaldi"/"vivaldi-stable"/g' \
+ "usr/lib/${pkgname%-git}/common.py"
# Fix license path
sed -i 's/common-licenses\/GPL/licenses\/common\/GPL\/license.txt/g' \