summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Liebkies2017-11-08 18:47:10 +0100
committerMax Liebkies2017-11-08 18:47:10 +0100
commita01d18b0215bb90cbe1a0e19c44440ce01cc2c19 (patch)
tree9de025ed104b0e41010cfc36389f4feca18feaeb /PKGBUILD
parent44c1f1daf814274428351c89c8bf7c338afeb791 (diff)
downloadaur-a01d18b0215bb90cbe1a0e19c44440ce01cc2c19.tar.gz
Base package on dotnet-runtime in community
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