revert to generic dotnet dependencies (FS#65128 closed)

This commit is contained in:
Gilrain 2020-01-20 09:58:03 +01:00
parent ca9d46657b
commit 896aa88e68
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010
2 changed files with 6 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 4.1.1.7
pkgrel = 2
pkgrel = 3
url = https://github.com/JustArchiNET/ArchiSteamFarm
install = install
changelog = changelog
@ -10,10 +10,8 @@ pkgbase = asf
arch = aarch64
license = Apache
makedepends = git
makedepends = dotnet-sdk-bin
depends = dotnet-host-bin
depends = dotnet-runtime-bin
depends = aspnet-runtime-bin
makedepends = dotnet-sdk>=3.1
depends = aspnet-runtime>=3.1
optdepends = asf-ui: standalone web interface for ASF
backup = var/lib/asf/config/ASF.json
backup = usr/lib/asf/NLog.config

View file

@ -3,14 +3,14 @@
pkgname="asf"
pkgver="4.1.1.7"
pkgrel=2
pkgrel=3
pkgdesc="Steam cards farmer."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/JustArchiNET/ArchiSteamFarm"
license=('Apache')
depends=('dotnet-host-bin' 'dotnet-runtime-bin' 'aspnet-runtime-bin')
depends=('aspnet-runtime>=3.1')
optdepends=('asf-ui: standalone web interface for ASF')
makedepends=('git' 'dotnet-sdk-bin')
makedepends=('git' 'dotnet-sdk>=3.1')
changelog=changelog
backup=('var/lib/asf/config/ASF.json' 'usr/lib/asf/NLog.config')
install=install