Remove webkit2gtk-4.1 from depends (AppImage is self-contained)

This commit is contained in:
Yuri Karamian 2026-02-13 11:19:26 +01:00
parent 2782b7d98e
commit 027e79794c
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ pkgbase = helixnotes-appimage-bin
license = AGPL-3.0-only
depends = fuse2
depends = gtk3
depends = webkit2gtk-4.1
noextract = HelixNotes_1.0.7_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

View file

@ -7,7 +7,7 @@ pkgdesc="Local-first markdown note-taking app built with Rust, Tauri, and Svelte
arch=('x86_64')
url="https://helixnotes.com"
license=('AGPL-3.0-only')
depends=('fuse2' 'gtk3' 'webkit2gtk-4.1')
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")