diff --git a/PKGBUILD b/PKGBUILD index b9815e1..4bf0886 100644 --- a/PKGBUILD +++ b/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" @@ -19,7 +19,7 @@ source=( ) sha512sums=('76832ee156a6fb895d64dd1ae7b1dace6413e1acf208c54ed3a7a0dde301a6a91b36aef89508220f27fe7a03bee07525ef08eaed00c44ccfda4608bd020632e4' - '32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6') + '32aaead4aacc02c9c60afef74e04cb3a30afc4d76f5e6836a05e672344c7db66cf099849cb2bc9a04454a026f99c9f60d3d7186f4a496d4626fe1a3d40d4ecf6') prepare() { unzip "${pkgname}-${pkgver}.zip" -d "ASF"