From 1fb149858f754f7e51f3b75aa6aa934c4c0d9648 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 5 Mar 2022 13:43:29 +0530 Subject: [PATCH] Upgrade to electron 17 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fa5688b..d953277 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.6 - pkgrel = 1 + pkgrel = 2 url = https://github.com/notable/notable-insiders arch = any license = UNLICENSED makedepends = asar - depends = electron16 + depends = electron17 depends = sh provides = notable conflicts = notable-insiders-bin diff --git a/PKGBUILD b/PKGBUILD index fd2ae95..382f0ff 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=electron16 +_electron=electron17 packager="nemo" _pkgver="1.9.0-beta.6" pkgver=${_pkgver/-/.} -pkgrel=1 +pkgrel=2 arch=('any') url='https://github.com/notable/notable-insiders' license=('UNLICENSED')