summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdaadf28cb0a..70969793d4af 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.1.2.r0.g9816f8f
+pkgver=1.1.4.r0.g6cc4f29
pkgrel=1
pkgdesc="Run websites as if they were apps."
arch=('x86_64')
@@ -24,9 +24,6 @@ pkgver() {
prepare() {
cd "$srcdir/${pkgname%-git}"
- # Fix typo
- sed -i 's/range(4)/range(5)/g' "usr/lib/${pkgname%-git}/common.py"
-
# Fix browser names
sed -i 's/brave-browser/brave/g' \
"usr/lib/${pkgname%-git}/common.py"