mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
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:
parent
9b6bba20d9
commit
82d7587806
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue