summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaime Martínez Rincón2021-05-28 20:33:53 +0200
committerJaime Martínez Rincón2021-05-28 20:33:53 +0200
commit536d1fbbfd88bc6c27ea9baa4bf4b0f0bfb10415 (patch)
tree4c56a0900623fa878beaf5fb5fcabc15a4f5704e
parenta3e751eb804940b8269ac2da353d35fee0d41734 (diff)
downloadaur-536d1fbbfd88bc6c27ea9baa4bf4b0f0bfb10415.tar.gz
update cld to 2.7.0
-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