summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaime Martínez Rincón2020-10-15 21:52:30 +0200
committerJaime Martínez Rincón2020-10-15 21:52:30 +0200
commit200f7410703b5750a22a73c78be2e1b3ea88031f (patch)
tree42159e1c84fb7fdfc8d7ad747410c5cbd0ce65bc /PKGBUILD
parentcac30e7811a688989a75658c9357b1d94212646e (diff)
downloadaur-200f7410703b5750a22a73c78be2e1b3ea88031f.tar.gz
handle notion scheme and depend on notion-enhancer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba4a98cf0d36..7f498439b94f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=notion-app
pkgver=2.0.8
-pkgrel=3.3
+pkgrel=4
epoch=1
pkgdesc="The all-in-one workspace for your notes and tasks"
arch=('i686' 'x86_64')
@@ -13,13 +13,14 @@ url="https://www.notion.so/desktop"
license=('MIT')
depends=('electron6-bin' 're2' 'gtk3' 'xdg-utils')
makedepends=('dmg2img' 'p7zip' 'libicns')
+optdepends=('notion-enhancer: enhancements and fixes')
source=(
"https://desktop-release.notion-static.com/Notion-"${pkgver}".dmg"
'notion-app'
'notion-app.desktop')
md5sums=('045d90d0322a82ff349a83725bb5c3b6'
- 'ad3c23bc7d0186e2f622aa4b7310deac'
- '557f7e0acfb56649f9ce7d9f7f85f7e6')
+ '38431798c3ad8835d0211f7668d5eee4'
+ 'dc75abd9b8f3f455a0b8fc0d8d8932b5')
build() {
msg "Converting dmg image..."
mkdir -p "${srcdir}/tmp/build"