Browse Source

Also upgrade to electron 22.

Sven-Hendrik Haase 2 years ago
parent
commit
d753f2c4fe
2 changed files with 5 additions and 5 deletions
  1. 4 4
      PKGBUILD
  2. 1 1
      obsidian.sh

+ 4 - 4
PKGBUILD

@@ -3,22 +3,22 @@
 # Contributor: Xuanwo <xuanwo@archlinuxcn.org>
 
 pkgname=obsidian
-pkgver=1.1.15
+pkgver=1.1.16
 pkgrel=1
 pkgdesc="A powerful knowledge base that works on top of a local folder of plain text Markdown files"
 arch=('x86_64')
 url="https://obsidian.md/"
 license=('custom:Commercial')
-depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron21')
+depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron')
 makedepends=('asar')
 options=(!strip)
 source=("obsidian.sh"
         "obsidian.desktop"
         "https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz"
 )
-sha256sums=('2fcdf48dd15fc0b7020ab52272a867d0b3300f420ab1dee0f801304b0c6feb61'
+sha256sums=('b5dcbbded25b7f65fd274eb9c98c4a4143e9c405074f97c5123c56df5482bd91'
             'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
-            'ac303419743ef90013e14693db75a4080e42282b89b05e1c6b4834f3a02209aa')
+            'ccee51a5191ab467799094cfad3439c406079edcb0ffb690512a591549c3327c')
 
 prepare() {
     cd "$srcdir"

+ 1 - 1
obsidian.sh

@@ -1,2 +1,2 @@
 #!/bin/sh
-exec /bin/electron21 /usr/lib/obsidian/app.asar "$@"
+exec /bin/electron /usr/lib/obsidian/app.asar "$@"