summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarat Talipov2021-04-01 16:40:44 +0500
committerMarat Talipov2021-04-01 16:41:55 +0500
commit29b4d49453da76ea44765039b5b144d54e4bdc3e (patch)
tree67a52a03fc4897fcad0f1a3bc3a1325bf62219fa /PKGBUILD
parent4e6f77a7cd14ba0615999c9b2af9e0a49ffa087f (diff)
downloadaur-google-sheets-nativefier.tar.gz
add docs.google.com to internal-urls
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e87472f8b105..8e0aeaf0f92f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=google-sheets-nativefier
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="Electron wrapper for the Google Sheets web application"
arch=(x86_64)
license=(MIT)
@@ -22,7 +22,7 @@ build() {
--maximize \
--name "$_instname" \
--user-agent "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0" \
- --internal-urls "(.*?sheets\.google\.com.*?|.*?accounts\.google\.com.*?)" \
+ --internal-urls "(.*?docs\.google\.com.*?|.*?sheets\.google\.com.*?|.*?accounts\.google\.com.*?)" \
--single-instance
}