summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpat-s2019-11-05 14:50:00 +0100
committerpat-s2019-11-05 14:50:00 +0100
commit10ae7b2eeefee3637ffd09583904cd72aff57bc8 (patch)
treeefe9a04d2489123af0b59f327b1b7edc42cf50af /PKGBUILD
parent56ae316070dcca6c83eb742f8713640d1453abb4 (diff)
downloadaur-10ae7b2eeefee3637ffd09583904cd72aff57bc8.tar.gz
upd to v2.0.1 and electron6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b07160e5e28d..2e03c2179be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# code adapted from https://github.com/jaredallard/notion-app
pkgname=notion-app
-pkgver=1.0.8
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc="The all-in-one workspace for your notes and tasks"
arch=('i686' 'x86_64')
url="https://www.notion.so/desktop"
license=('MIT')
-depends=('electron3-bin')
+depends=('electron6-bin')
makedepends=('dmg2img' 'p7zip' 'libicns' 'gendesk')
source=("https://desktop-release.notion-static.com/Notion-"${pkgver}".dmg" 'notion-app')
-md5sums=('11f262eb64de513e1c2b916929d26d43'
- '2b301d7ca56a7f0134239219997df5dd')
+md5sums=('c49fa800c3ebabc2e09f1e3f3877f157'
+ 'ad3c23bc7d0186e2f622aa4b7310deac')
build() {
msg "Converting dmg image..."