summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2380087ac3f..a42bb942b567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=webapp-manager-git
-pkgver=1.0.7.r3.g89afd8d
+pkgver=1.0.8.r0.g4a879d1
pkgrel=1
pkgdesc="Run websites as if they were apps."
arch=('x86_64')
@@ -29,6 +29,8 @@ prepare() {
"usr/lib/${pkgname%-git}/common.py"
sed -i 's/epiphany-browser/epiphany/g' \
"usr/lib/${pkgname%-git}/common.py"
+ sed -i 's/microsoft-edge/microsoft-edge-dev/g' \
+ "usr/lib/${pkgname%-git}/common.py"
# Fix license path
sed -i 's/common-licenses\/GPL/licenses\/common\/GPL\/license.txt/g' \