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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Jul 23 05:34:54 UTC 2022


    Date: Saturday, July 23, 2022 @ 05:34:54
  Author: svenstaro
Revision: 1255405

upgpkg: obsidian 0.15.8-1

Modified:
  obsidian/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-23 05:34:52 UTC (rev 1255404)
+++ PKGBUILD	2022-07-23 05:34:54 UTC (rev 1255405)
@@ -3,7 +3,7 @@
 # Contributor: Xuanwo <xuanwo at archlinuxcn.org>
 
 pkgname=obsidian
-pkgver=0.15.6
+pkgver=0.15.8
 pkgrel=1
 pkgdesc="A powerful knowledge base that works on top of a local folder of plain text Markdown files"
 arch=('x86_64')
@@ -12,14 +12,13 @@
 depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron17')
 makedepends=('asar')
 options=(!strip)
-source=(
-    "${pkgname}.sh"
-    "${pkgname}.desktop"
-    "https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz"
+source=("${pkgname}.sh"
+        "${pkgname}.desktop"
+        "https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz"
 )
 sha256sums=('1a241233ac8ac2946f6ac05195afa66c60c954c03c7b169696f36d470f497f93'
             'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
-            '609dd8c7d2cfe4acb9d2ac9e909dc4fccaa0ad86cdfa7f0095ce86a377a14ae4')
+            '816fd01af9cdb65f689f84d47b604ca6f0e8438621932aeda953d40f78929fb8')
 
 prepare() {
     cd "$srcdir"



More information about the arch-commits mailing list