mirror of
https://github.com/luzifer-aur/archisteamfarm-bin.git
synced 2024-12-20 18:31:18 +00:00
Disable debug option
refs https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/issues/19 Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8281896faf
commit
9dc0b7f4d1
1 changed files with 3 additions and 3 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=archisteamfarm-bin
|
||||
pkgver=6.0.1.24
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/JustArchiNET/ArchiSteamFarm"
|
||||
|
@ -11,7 +11,7 @@ license=("Apache")
|
|||
depends=(dotnet-runtime)
|
||||
makedepends=("unzip" "curl" "jq")
|
||||
noextract=('ASF-linux-x64.zip')
|
||||
options=("!strip" "staticlibs")
|
||||
options=("!debug" "!strip" "staticlibs")
|
||||
|
||||
source=(
|
||||
"${pkgname}-${pkgver}.zip::https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/${pkgver}/ASF-linux-x64.zip"
|
||||
|
|
Loading…
Reference in a new issue