|
@@ -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"
|