Browse Source

Actually use electron17 (Fixes FS#74323)

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

+ 2 - 2
PKGBUILD

@@ -4,7 +4,7 @@
 
 pkgname=obsidian
 pkgver=0.14.2
-pkgrel=2
+pkgrel=3
 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/"
@@ -17,7 +17,7 @@ source=(
     "${pkgname}.desktop"
     "https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz"
 )
-sha256sums=('b5dcbbded25b7f65fd274eb9c98c4a4143e9c405074f97c5123c56df5482bd91'
+sha256sums=('1a241233ac8ac2946f6ac05195afa66c60c954c03c7b169696f36d470f497f93'
             'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
             '03ebaa4da657437b17b3cd8768469bd023e8bb3e4886d329f7dcafb9afb9f101')
 

+ 1 - 1
obsidian.sh

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