summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab95c27d8b5a..1e1955ade982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notion-app-nativefier
pkgdesc = Notion in shared Electron runtime
- pkgver = 2021.04.01
+ pkgver = 2021.04.05
pkgrel = 1
url = https://www.notion.so
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 45feef078162..a967d98a2e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alec Mev <alec@mev.earth>
pkgname=notion-app-nativefier
-pkgver=2021.04.01
+pkgver=2021.04.05
pkgrel=1
pkgdesc='Notion in shared Electron runtime'
arch=('x86_64')
@@ -38,7 +38,7 @@ build() {
nativefier \
--name "${_name}" \
--icon "${pkgname}.png" \
- --internal-urls '/^(https?:\/\/)?appleid\.apple\.com(\/.*)?$' \
+ --internal-urls '^(https?:\/\/)?(www\.notion\.so|appleid\.apple\.com)(\/.*)?$' \
--maximize \
--user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/87.0" \
--single-instance \