summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e4b97a0ef33..26975cc21376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webapp-manager-git
pkgdesc = Run websites as if they were apps.
- pkgver = 1.0.7.r3.g89afd8d
+ pkgver = 1.0.8.r0.g4a879d1
pkgrel = 1
url = https://github.com/linuxmint/webapp-manager
arch = x86_64
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' \