summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Liebkies2018-01-02 20:16:56 +0100
committerMax Liebkies2018-01-02 20:16:56 +0100
commit1b79d80eb1215a21ac9e0c0d97fc91a9980690c8 (patch)
treebb90be0c186ec0720d7ccd748b888da9dbb11e97
parentd3da63f674455ef2c1413ce067ce8e503df8d24a (diff)
downloadaur-1b79d80eb1215a21ac9e0c0d97fc91a9980690c8.tar.gz
Update deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 082a9d651700..aa8a3139fcee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = dotnet-sdk-2.0
install = dotnet-sdk-2.0.install
arch = x86_64
license = MIT
- depends = dotnet-runtime>=2.0
+ depends = dotnet-runtime>=2.0.4
conflicts = dotnet-sdk
options = staticlibs
source = https://download.microsoft.com/download/2/9/3/293BC432-348C-4D1C-B628-5AC8AB7FA162/dotnet-sdk-2.1.3-linux-x64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b65abe0c8395..086fd4bd7e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A command line utility for building, testing, packaging and running .NE
arch=(x86_64)
url="https://www.microsoft.com/net/core"
license=('MIT')
-depends=('dotnet-runtime>=2.0')
+depends=('dotnet-runtime>=2.0.4')
options=('staticlibs')
install=dotnet-sdk-2.0.install