Fix: Prevent stripping of Deno standalone binary (pkgrel=2)

The binary was being stripped by makepkg, which removed the standalone
binary section needed by Deno. Added options=('!strip') to prevent this.
This commit is contained in:
mthines 2026-02-03 11:56:19 +01:00
parent 9b6bba20d9
commit 82d7587806
No known key found for this signature in database
GPG key ID: E07B81CDB2E43F0E
2 changed files with 4 additions and 2 deletions

View file

@ -1,11 +1,12 @@
pkgbase = gw-tools
pkgdesc = Git worktree manager - Streamline your multi-branch development workflow
pkgver = 0.13.14
pkgrel = 1
pkgrel = 2
url = https://github.com/mthines/gw-tools
arch = x86_64
arch = aarch64
license = MIT
options = !strip
provides = gw
conflicts = gw
source_x86_64 = gw-tools-0.13.14-x64::https://github.com/mthines/gw-tools/releases/download/v0.13.14/gw-linux-x64

View file

@ -1,11 +1,12 @@
# Maintainer: Mads Thines Coello <madsthines@gmail.com>
pkgname=gw-tools
pkgver=0.13.14
pkgrel=1
pkgrel=2
pkgdesc="Git worktree manager - Streamline your multi-branch development workflow"
arch=('x86_64' 'aarch64')
url="https://github.com/mthines/gw-tools"
license=('MIT')
options=('!strip')
provides=('gw')
conflicts=('gw')