summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f66867ca30f..506f989d93d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notion-app
pkgdesc = The all-in-one workspace for your notes and tasks
pkgver = 2.0.16
- pkgrel = 10
+ pkgrel = 11
epoch = 2
url = https://www.notion.so/desktop
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d8043ea14928..782d42ea2ab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=notion-app
pkgver=2.0.16
-pkgrel=10
+pkgrel=11
epoch=2
pkgdesc="The all-in-one workspace for your notes and tasks"
arch=('i686' 'x86_64')
@@ -52,6 +52,7 @@ build() {
rm -r node_modules
npm install --cache "${srcdir}/npm-cache"
node_modules/.bin/patch-package
+ npm install cld@2.7.0 --cache "${srcdir}/npm-cache"
print_info "Converting app icon..."
convert "icon.ico[0]" "icon.png" >/dev/null