From a0c4efcff0fd3271d6f8553b584886dec7c91cdd Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 9 Sep 2022 19:19:35 +0530 Subject: [PATCH] Works fine with electron=20 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4582c89..476dcd7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = notable-insiders-electron pkgdesc = Insider build of the Notable note-taking app pkgver = 1.9.0.beta.10 - pkgrel = 2 + pkgrel = 3 url = https://github.com/notable/notable-insiders arch = any license = UNLICENSED makedepends = asar - depends = electron17 + depends = electron20 depends = sh provides = notable conflicts = notable-insiders-bin diff --git a/PKGBUILD b/PKGBUILD index 37c7164..e31f583 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: Nemo pkgname=notable-insiders-electron pkgdesc='Insider build of the Notable note-taking app' -_electron=electron17 +_electron=electron20 packager="nemo" _pkgver="1.9.0-beta.10" pkgver=${_pkgver/-/.} -pkgrel=2 +pkgrel=3 arch=('any') url='https://github.com/notable/notable-insiders' license=('UNLICENSED')