Ver código fonte

upgpkg: 1.4.14-1

Sven-Hendrik Haase 2 anos atrás
pai
commit
63ecef5658
2 arquivos alterados com 23 adições e 2 exclusões
  1. 21 0
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 21 - 0
.SRCINFO

@@ -0,0 +1,21 @@
+pkgbase = obsidian
+	pkgdesc = A powerful knowledge base that works on top of a local folder of plain text Markdown files
+	pkgver = 1.4.14
+	pkgrel = 1
+	url = https://obsidian.md/
+	arch = x86_64
+	license = custom:Commercial
+	makedepends = asar
+	depends = zlib
+	depends = hicolor-icon-theme
+	depends = fuse
+	depends = electron
+	options = !strip
+	source = obsidian.sh
+	source = obsidian.desktop
+	source = https://github.com/obsidianmd/obsidian-releases/releases/download/v1.4.14/obsidian-1.4.14.tar.gz
+	sha256sums = b5dcbbded25b7f65fd274eb9c98c4a4143e9c405074f97c5123c56df5482bd91
+	sha256sums = be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056
+	sha256sums = a854907abdfb364877037a150053ffd2a5f33d627b4aa63619803a6f589a6261
+
+pkgname = obsidian

+ 2 - 2
PKGBUILD

@@ -3,7 +3,7 @@
 # Contributor: Xuanwo <xuanwo@archlinuxcn.org>
 
 pkgname=obsidian
-pkgver=1.4.13
+pkgver=1.4.14
 pkgrel=1
 pkgdesc="A powerful knowledge base that works on top of a local folder of plain text Markdown files"
 arch=('x86_64')
@@ -18,7 +18,7 @@ source=("obsidian.sh"
 )
 sha256sums=('b5dcbbded25b7f65fd274eb9c98c4a4143e9c405074f97c5123c56df5482bd91'
             'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
-            '4d60e6a17a41841aeb75ba92e9d6c5ab80710b606c85aa7781b9c1e3f38dad01')
+            'a854907abdfb364877037a150053ffd2a5f33d627b4aa63619803a6f589a6261')
 
 prepare() {
     cd "$srcdir"