summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-08-11 13:02:07 -0600
committerMark Wagie2021-08-11 13:02:07 -0600
commite9e63eecc9853602dd8d46cd6c309db9089e392e (patch)
tree37950239064d22f7a99b8f954271c6566f8fd32c
parent03d9142bedc1aa1a46d36600ace80f083c7d6715 (diff)
downloadaur-e9e63eecc9853602dd8d46cd6c309db9089e392e.tar.gz
fix launching Chrome & Vivaldi
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 990cd40d617a..6de3779c81d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webapp-manager-git
pkgdesc = Run websites as if they were apps.
pkgver = 1.1.5.r1.g2f3e132
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxmint/webapp-manager
arch = any
license = GPL
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' \