summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2018-01-07 17:46:55 +0100
committerGilrain2018-01-07 17:46:55 +0100
commit3c0e2468e9022b615514be2189085d3b8879079b (patch)
tree098e6ab29f4c2d0fdbabaf1275bd42c0124088f6
parentd2d3736230602546e953ff8dd389629f209c036c (diff)
downloadaur-3c0e2468e9022b615514be2189085d3b8879079b.tar.gz
replaced dotnet-sdk dependency with dotnet-runtime
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81d877f6b6f4..1b5818c609f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Dec 16 14:08:25 UTC 2017
pkgbase = asf
pkgdesc = Steam cards farmer.
pkgver = 3.0.5.5
@@ -10,7 +8,7 @@ pkgbase = asf
arch = any
license = Apache
makedepends = p7zip
- depends = dotnet-sdk-2.0
+ depends = dotnet-runtime
noextract = asf-3.0.5.5.zip
backup = var/lib/asf/config/ASF.json
source = asf-3.0.5.5.zip::https://github.com/JustArchi/ArchiSteamFarm/releases/download/3.0.5.5/ASF-generic.zip
diff --git a/PKGBUILD b/PKGBUILD
index 379322522a6b..394f6648e8d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Steam cards farmer."
arch=('any')
url="https://github.com/JustArchi/ArchiSteamFarm"
license=('Apache')
-depends=('dotnet-sdk-2.0')
+depends=('dotnet-runtime')
makedepends=('p7zip')
changelog=changelog
backup=('var/lib/asf/config/ASF.json')