Upgrade to electron 17

This commit is contained in:
Nemo 2022-03-05 13:43:29 +05:30
parent 7dd55328b4
commit 1fb149858f
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
pkgbase = notable-insiders-electron pkgbase = notable-insiders-electron
pkgdesc = Insider build of the Notable note-taking app pkgdesc = Insider build of the Notable note-taking app
pkgver = 1.9.0.beta.6 pkgver = 1.9.0.beta.6
pkgrel = 1 pkgrel = 2
url = https://github.com/notable/notable-insiders url = https://github.com/notable/notable-insiders
arch = any arch = any
license = UNLICENSED license = UNLICENSED
makedepends = asar makedepends = asar
depends = electron16 depends = electron17
depends = sh depends = sh
provides = notable provides = notable
conflicts = notable-insiders-bin conflicts = notable-insiders-bin

View File

@ -1,11 +1,11 @@
# Maintainer: Nemo <archlinux at captnemo dot in> # Maintainer: Nemo <archlinux at captnemo dot in>
pkgname=notable-insiders-electron pkgname=notable-insiders-electron
pkgdesc='Insider build of the Notable note-taking app' pkgdesc='Insider build of the Notable note-taking app'
_electron=electron16 _electron=electron17
packager="nemo" packager="nemo"
_pkgver="1.9.0-beta.6" _pkgver="1.9.0-beta.6"
pkgver=${_pkgver/-/.} pkgver=${_pkgver/-/.}
pkgrel=1 pkgrel=2
arch=('any') arch=('any')
url='https://github.com/notable/notable-insiders' url='https://github.com/notable/notable-insiders'
license=('UNLICENSED') license=('UNLICENSED')