[arch-commits] Commit in obsidian/trunk (PKGBUILD obsidian.sh)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Tue Mar 8 23:56:22 UTC 2022


    Date: Tuesday, March 8, 2022 @ 23:56:22
  Author: svenstaro
Revision: 1145629

upgpkg: obsidian 0.13.31-1

Modified:
  obsidian/trunk/PKGBUILD
  obsidian/trunk/obsidian.sh

-------------+
 PKGBUILD    |   10 +++++-----
 obsidian.sh |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 23:56:08 UTC (rev 1145628)
+++ PKGBUILD	2022-03-08 23:56:22 UTC (rev 1145629)
@@ -3,13 +3,13 @@
 # Contributor: Xuanwo <xuanwo at archlinuxcn.org>
 
 pkgname=obsidian
-pkgver=0.13.30
-pkgrel=2
+pkgver=0.13.31
+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' 'electron16')
+depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron')
 makedepends=('asar')
 options=(!strip)
 source=(
@@ -17,9 +17,9 @@
     "${pkgname}.desktop"
     "https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz"
 )
-sha256sums=('4c6a634231c4ca95d8f0684a3ce755f38a45ff499589a2797023ea5c9cd0bf13'
+sha256sums=('b5dcbbded25b7f65fd274eb9c98c4a4143e9c405074f97c5123c56df5482bd91'
             'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
-            'ca676a7430fb5967e897f8cb06ccfcb44cdc37b11dd47488ae4b80e7572f28ac')
+            'bf7666e72f15d4ac960d0789c61af20688f3e7a3934fb81f4fea4b183503e33b')
 
 prepare() {
     cd "$srcdir"

Modified: obsidian.sh
===================================================================
--- obsidian.sh	2022-03-08 23:56:08 UTC (rev 1145628)
+++ obsidian.sh	2022-03-08 23:56:22 UTC (rev 1145629)
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec /bin/electron16 /usr/lib/obsidian/app.asar "$@"
+exec /bin/electron /usr/lib/obsidian/app.asar "$@"



More information about the arch-commits mailing list