mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Remove webkit2gtk-4.1 from depends (AppImage is self-contained)
This commit is contained in:
parent
2782b7d98e
commit
027e79794c
2 changed files with 1 additions and 2 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue