summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarat Talipov2021-04-01 16:40:44 +0500
committerMarat Talipov2021-04-01 16:41:55 +0500
commit29b4d49453da76ea44765039b5b144d54e4bdc3e (patch)
tree67a52a03fc4897fcad0f1a3bc3a1325bf62219fa
parent4e6f77a7cd14ba0615999c9b2af9e0a49ffa087f (diff)
downloadaur-google-sheets-nativefier.tar.gz
add docs.google.com to internal-urls
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cdc06c24593..35ca030b882b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-sheets-nativefier
pkgdesc = Electron wrapper for the Google Sheets web application
pkgver = 1
- pkgrel = 3
+ pkgrel = 4
url = https://sheets.google.com
arch = x86_64
license = MIT
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
}