summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGilrain2021-12-04 10:06:02 +0100
committerGilrain2021-12-04 10:06:02 +0100
commita61c4e24d293b383165b41b50cd7b4082368e41e (patch)
tree250e968ea8b4070c7324e5b2dd0abf84417fbec7 /PKGBUILD
parentc24b6c76e9615325d7b14c1cdffc69ec2146bf21 (diff)
downloadaur-a61c4e24d293b383165b41b50cd7b4082368e41e.tar.gz
Update to 5.2.0.9-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4017f67036f..cc12ff9f0970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Lucki
pkgname="asf"
-pkgver="5.1.5.3"
+pkgver="5.2.0.9"
pkgrel=1
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
license=('Apache')
-depends=('aspnet-runtime>=5.0.5')
+depends=('aspnet-runtime>=6.0')
optdepends=('asf-ui: standalone web interface for ASF')
-makedepends=('git' 'dotnet-sdk>=5.0.5')
+makedepends=('git' 'dotnet-sdk>=6.0')
changelog=changelog
backup=('var/lib/asf/config/ASF.json' 'usr/lib/asf/NLog.config')
install=install
@@ -35,7 +35,6 @@ build() {
export DOTNET_CLI_TELEMETRY_OPTOUT=1
./cc.sh --no-pull --no-asf-ui
}
-
package() {
cd asf/out/result
install -d -m 755 "${pkgdir}/usr/lib/${pkgname}"