Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
obsidian
Commits:
576a2631 by Sven-Hendrik Haase at 2026-03-01T09:47:06+01:00
upgpkg: 1.12.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = obsidian
pkgdesc = A powerful knowledge base that works on top of a local folder
of plain text Markdown files
- pkgver = 1.11.7
+ pkgver = 1.12.4
pkgrel = 1
url = https://obsidian.md
install = obsidian.install
@@ -22,9 +22,9 @@ pkgbase = obsidian
sha256sums =
56cc879afe1ccd207f8e5146afdce16226db17dba1784b1176ee20678faece33
sha256sums =
be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056
sha256sums =
d9fdc14f9c2fb95bb38310281268fdad413c1b49fa93213df3184f9b0ca1175c
- source_x86_64 =
https://github.com/obsidianmd/obsidian-releases/releases/download/v1.11.7/obsidian-1.11.7.tar.gz
- sha256sums_x86_64 =
1eba9e149d82e6e670d0806d0fdcbad3b57ad34edf3b09c0d0a9c0f377305a38
- source_aarch64 =
https://github.com/obsidianmd/obsidian-releases/releases/download/v1.11.7/obsidian-1.11.7-arm64.tar.gz
- sha256sums_aarch64 =
41bfe126ac0ca55fc1019aa4f663a155586347e90917e96b257fc726a4e90c20
+ source_x86_64 =
https://github.com/obsidianmd/obsidian-releases/releases/download/v1.12.4/obsidian-1.12.4.tar.gz
+ sha256sums_x86_64 =
72eb26dfcf123f8e07be8083f74fa045f400c71ec1fe64e58ab91d9cc084c8de
+ source_aarch64 =
https://github.com/obsidianmd/obsidian-releases/releases/download/v1.12.4/obsidian-1.12.4-arm64.tar.gz
+ sha256sums_aarch64 =
7c20891321ca4e02d2f2744e038437c832c586e9e553fc86b4f2ede2c8b1fbd8
pkgname = obsidian
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Xuanwo <[email protected]>
pkgname=obsidian
-pkgver=1.11.7
+pkgver=1.12.4
pkgrel=1
pkgdesc="A powerful knowledge base that works on top of a local folder of
plain text Markdown files"
arch=('x86_64' 'aarch64')
@@ -20,8 +20,8 @@
source_aarch64=("https://github.com/obsidianmd/obsidian-releases/releases/downlo
sha256sums=('56cc879afe1ccd207f8e5146afdce16226db17dba1784b1176ee20678faece33'
'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
'd9fdc14f9c2fb95bb38310281268fdad413c1b49fa93213df3184f9b0ca1175c')
-sha256sums_x86_64=('1eba9e149d82e6e670d0806d0fdcbad3b57ad34edf3b09c0d0a9c0f377305a38')
-sha256sums_aarch64=('41bfe126ac0ca55fc1019aa4f663a155586347e90917e96b257fc726a4e90c20')
+sha256sums_x86_64=('72eb26dfcf123f8e07be8083f74fa045f400c71ec1fe64e58ab91d9cc084c8de')
+sha256sums_aarch64=('7c20891321ca4e02d2f2744e038437c832c586e9e553fc86b4f2ede2c8b1fbd8')
package() {
if [[ $CARCH == "aarch64" ]]; then
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/obsidian/-/commit/576a2631764007eb6df8ccd992e2aea7cd7167e9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/obsidian/-/commit/576a2631764007eb6df8ccd992e2aea7cd7167e9
You're receiving this email because of your account on gitlab.archlinux.org.