mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 1.0.8
This commit is contained in:
parent
027e79794c
commit
f35521b8f2
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,17 +1,17 @@
|
|||
pkgbase = helixnotes-appimage-bin
|
||||
pkgdesc = Local-first markdown note-taking app built with Rust, Tauri, and SvelteKit
|
||||
pkgver = 1.0.7
|
||||
pkgver = 1.0.8
|
||||
pkgrel = 1
|
||||
url = https://helixnotes.com
|
||||
arch = x86_64
|
||||
license = AGPL-3.0-only
|
||||
depends = fuse2
|
||||
depends = gtk3
|
||||
noextract = HelixNotes_1.0.7_amd64.AppImage
|
||||
noextract = HelixNotes_1.0.8_amd64.AppImage
|
||||
options = !strip
|
||||
source = HelixNotes_1.0.7_amd64.AppImage::https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.0.7/HelixNotes_1.0.7_amd64.AppImage
|
||||
source = HelixNotes_1.0.8_amd64.AppImage::https://codeberg.org/ArkHost/HelixNotes/releases/download/v1.0.8/HelixNotes_1.0.8_amd64.AppImage
|
||||
source = helixnotes.desktop
|
||||
sha256sums = 216f3907463dd64ea79cd6a99567ed2c74046d67c1554139fffa0c62db97cf75
|
||||
sha256sums = 4e287e37eb202d698051af2668cac4a3ac53319a5d79be945acf1765fb8e9424
|
||||
sha256sums = 20dd14203d5bedca52933bd60065d013418bcba00cea6dfcec78b292b82900ba
|
||||
|
||||
pkgname = helixnotes-appimage-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Yuri Karamian <yuri@arkhost.com>
|
||||
pkgname=helixnotes-appimage-bin
|
||||
_pkgname=HelixNotes
|
||||
pkgver=1.0.7
|
||||
pkgver=1.0.8
|
||||
pkgrel=1
|
||||
pkgdesc="Local-first markdown note-taking app built with Rust, Tauri, and SvelteKit"
|
||||
arch=('x86_64')
|
||||
|
|
@ -11,7 +11,7 @@ depends=('fuse2' 'gtk3')
|
|||
options=('!strip')
|
||||
source=("${_pkgname}_${pkgver}_amd64.AppImage::https://codeberg.org/ArkHost/HelixNotes/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.AppImage"
|
||||
"helixnotes.desktop")
|
||||
sha256sums=('216f3907463dd64ea79cd6a99567ed2c74046d67c1554139fffa0c62db97cf75'
|
||||
sha256sums=('4e287e37eb202d698051af2668cac4a3ac53319a5d79be945acf1765fb8e9424'
|
||||
'20dd14203d5bedca52933bd60065d013418bcba00cea6dfcec78b292b82900ba')
|
||||
noextract=("${_pkgname}_${pkgver}_amd64.AppImage")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue