Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
obsidian
Commits:
8498ba65 by Sven-Hendrik Haase at 2023-12-26T10:28:10+01:00
upgpkg: 1.5.3-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.4.16
+ pkgver = 1.5.3
pkgrel = 1
url = https://obsidian.md/
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = obsidian
options = !strip
source = obsidian.sh
source = obsidian.desktop
- source =
https://github.com/obsidianmd/obsidian-releases/releases/download/v1.4.16/obsidian-1.4.16.tar.gz
+ source =
https://github.com/obsidianmd/obsidian-releases/releases/download/v1.5.3/obsidian-1.5.3.tar.gz
sha256sums =
b5dcbbded25b7f65fd274eb9c98c4a4143e9c405074f97c5123c56df5482bd91
sha256sums =
be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056
- sha256sums =
3c128b1acdcc6726ab48c8969e3a98eddf5b42b2aedae2c0bcb52e7e91cbc5cc
+ sha256sums =
17b9ea58e7811864a6495353a5cc7794745e8d28cd78cd8106a4bdb6c6ac4ef8
pkgname = obsidian
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Xuanwo <[email protected]>
pkgname=obsidian
-pkgver=1.4.16
+pkgver=1.5.3
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'
- '3c128b1acdcc6726ab48c8969e3a98eddf5b42b2aedae2c0bcb52e7e91cbc5cc')
+ '17b9ea58e7811864a6495353a5cc7794745e8d28cd78cd8106a4bdb6c6ac4ef8')
prepare() {
cd "$srcdir"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/obsidian/-/commit/8498ba655f3e8d0034082870112557895d04cd78
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/obsidian/-/commit/8498ba655f3e8d0034082870112557895d04cd78
You're receiving this email because of your account on gitlab.archlinux.org.