summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarat Talipov2021-03-13 13:48:07 +0500
committerMarat Talipov2021-03-13 13:48:07 +0500
commit4e6f77a7cd14ba0615999c9b2af9e0a49ffa087f (patch)
treecd05fde5403efd5e7dc24b534ecde5b2856f7908
parente6fca88a2373dd9e177a9fd35871194d29317283 (diff)
downloadaur-4e6f77a7cd14ba0615999c9b2af9e0a49ffa087f.tar.gz
new nativefier version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1098e6bb7ff..1cdc06c24593 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 = 2
+ pkgrel = 3
url = https://sheets.google.com
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 8bf0d73aab34..e87472f8b105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=google-sheets-nativefier
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="Electron wrapper for the Google Sheets web application"
arch=(x86_64)
license=(MIT)
@@ -23,8 +23,7 @@ build() {
--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.*?)" \
- --single-instance \
- --electron-version 8.2.0
+ --single-instance
}
package() {
@@ -36,4 +35,4 @@ package() {
ln -sf /opt/$pkgname/resources/app/icon.png "$pkgdir"/usr/share/pixmaps/$_instname.png
chmod 666 "$pkgdir"/opt/$pkgname/resources/app/nativefier.json
-} \ No newline at end of file
+}