summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 184215c4e8f5..1b764e7e30fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=google-calendar-nativefier
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc="Electron wrapper for the Google Calendar web application"
arch=(x86_64)
@@ -19,7 +19,9 @@ build() {
--maximize \
--name $_instname \
--user-agent "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0" \
- --internal-urls "(.*?calendar\.google\.com.*?|.*?accounts\.google\.com.*?)"
+ --internal-urls "(.*?calendar\.google\.com.*?|.*?accounts\.google\.com.*?)" \
+ --single-instance \
+ --electron-version 7.1.11
}