summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46ac937ed79a..68ac426c43a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=dotnet-sdk-2.0
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="A command line utility for building, testing, packaging and running .NET Core applications and libraries"
arch=(x86_64)
url="https://www.microsoft.com/net/core"
license=('MIT')
-depends=('dotnet-runtime-2.0')
+depends=('dotnet-runtime>=2.0')
options=('staticlibs')
install=dotnet-sdk-2.0.install