summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpat-s2019-09-19 11:59:02 +0200
committerpat-s2019-09-19 11:59:02 +0200
commit56ae316070dcca6c83eb742f8713640d1453abb4 (patch)
tree3945dc1bb8fa4fd6a60338b586484f4240008b98 /PKGBUILD
parent260f841f165fb0bbffb8dcdf74afe0aac587e568 (diff)
downloadaur-56ae316070dcca6c83eb742f8713640d1453abb4.tar.gz
use electron3-bin pkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3e35dc95a4b..b07160e5e28d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=notion-app
pkgver=1.0.8
-pkgrel=1
+pkgrel=2
pkgdesc="The all-in-one workspace for your notes and tasks"
arch=('i686' 'x86_64')
url="https://www.notion.so/desktop"
license=('MIT')
-depends=('electron2')
+depends=('electron3-bin')
makedepends=('dmg2img' 'p7zip' 'libicns' 'gendesk')
source=("https://desktop-release.notion-static.com/Notion-"${pkgver}".dmg" 'notion-app')
md5sums=('11f262eb64de513e1c2b916929d26d43'
- 'a8931f48231137e3acb1541cd38c99f4')
+ '2b301d7ca56a7f0134239219997df5dd')
build() {
msg "Converting dmg image..."