summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Liebkies2017-11-08 18:47:10 +0100
committerMax Liebkies2017-11-08 18:47:10 +0100
commita01d18b0215bb90cbe1a0e19c44440ce01cc2c19 (patch)
tree9de025ed104b0e41010cfc36389f4feca18feaeb
parent44c1f1daf814274428351c89c8bf7c338afeb791 (diff)
downloadaur-a01d18b0215bb90cbe1a0e19c44440ce01cc2c19.tar.gz
Base package on dotnet-runtime in community
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 158a0ece27dc..5e8a753a2569 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dotnet-sdk-2.0
pkgdesc = A command line utility for building, testing, packaging and running .NET Core applications and libraries
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.microsoft.com/net/core
install = dotnet-sdk-2.0.install
arch = x86_64
license = MIT
- depends = dotnet-runtime-2.0
+ depends = dotnet-runtime>=2.0
conflicts = dotnet-sdk
options = staticlibs
source = https://download.microsoft.com/download/7/3/A/73A3E4DC-F019-47D1-9951-0453676E059B/dotnet-sdk-2.0.2-linux-x64.tar.gz
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