summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6623f94f1a11..361f134f12f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
-pkgbase = dotnet-sdk
+pkgbase = dotnet-sdk-1.1
pkgdesc = Provides the .NET core software development kit (sdk).
pkgver = 1.0.4
pkgrel = 1
url = https://www.microsoft.com/net/core
arch = x86_64
license = MIT
- depends = dotnet
- depends = dotnet-cli
+ depends = dotnet-runtime-1.1
+ depends = dotnet-host
conflicts = dotnet-bin
options = staticlibs
- source = dotnet-sdk-1.0.4.tar.gz::https://download.microsoft.com/download/E/7/8/E782433E-7737-4E6C-BFBF-290A0A81C3D7/dotnet-dev-ubuntu.16.10-x64.1.0.4.tar.gz
+ source = dotnet-sdk-1.1-1.0.4.tar.gz::https://download.microsoft.com/download/E/7/8/E782433E-7737-4E6C-BFBF-290A0A81C3D7/dotnet-dev-ubuntu.16.10-x64.1.0.4.tar.gz
sha256sums = 9e784b554a9cb68df9ce541cc220dafcb71b185837e05420c182e4a496b68f47
-pkgname = dotnet-sdk
+pkgname = dotnet-sdk-1.1
diff --git a/PKGBUILD b/PKGBUILD
index 1102dde4f1a3..5abc5c767eb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Max Liebkies <mail at maxliebkies dot de>
-pkgname=dotnet-sdk
+pkgname=dotnet-sdk-1.1
pkgver="1.0.4"
pkgrel=1
pkgdesc="Provides the .NET core software development kit (sdk)."
arch=(x86_64)
url="https://www.microsoft.com/net/core"
license=('MIT')
-depends=('dotnet' 'dotnet-cli')
+depends=('dotnet-runtime-1.1' 'dotnet-host')
makedepends=()
conflicts=('dotnet-bin')
options=('staticlibs')