chore: Added strip option

This commit is contained in:
cilgin 2026-02-10 19:41:28 +03:00
parent afeff7689f
commit 4fa763cd58
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = vicinae-bin
pkgdesc = Raycast like FOSS app on Linux
pkgver = 0.19.7
pkgrel = 1
pkgrel = 2
url = https://github.com/vicinaehq/vicinae
arch = x86_64
license = GPL3
@ -16,6 +16,7 @@ pkgbase = vicinae-bin
provides = vicinae
conflicts = vicinae
noextract = vicinae.tgz
options = !strip
source = vicinae.tgz::https://github.com/vicinaehq/vicinae/releases/download/v0.19.7/vicinae-linux-x86_64-v0.19.7.tar.gz
source = vicinae.hook
sha256sums = 118ff1bc745d2baede739d1fdddc7199d3893adb885b7fcc62de980c8bb6d90a

View file

@ -3,12 +3,13 @@
pkgname=vicinae-bin
pkgver=0.19.7
pkgrel=1
pkgrel=2
pkgdesc="Raycast like FOSS app on Linux"
arch=('x86_64')
url="https://github.com/vicinaehq/vicinae"
license=('GPL3')
depends=(nodejs qt6-base qt6-svg layer-shell-qt libqalculate qtkeychain-qt6 libxml2 minizip)
options=(!strip)
provides=("vicinae")
conflicts=("vicinae")