summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2020-01-20 09:58:03 +0100
committerGilrain2020-01-20 09:58:03 +0100
commit896aa88e683e439f9c1443f40fc203c4d1498384 (patch)
tree07bbf4c20a50cebf61739e8f5d7260d648be705a
parentca9d46657bd45edb70e4c2db3983aac38961768d (diff)
downloadaur-896aa88e683e439f9c1443f40fc203c4d1498384.tar.gz
revert to generic dotnet dependencies (FS#65128 closed)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fca7c1536f7..ed4c64cfecdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6ef68cf6c000..0abe26e93dad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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