summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38a6c613c490..bd10d3957449 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = dotnet
pkgdesc = Meta package to pull in the latest stable dotnet package
- pkgver = 1.1.2
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://www.microsoft.com/net/core
arch = x86_64
license = MIT
- depends = dotnet-runtime-1.1
+ depends = dotnet-runtime-2.0
conflicts = dotnet-bin
replaces = dotnet-cli
diff --git a/PKGBUILD b/PKGBUILD
index f74eb498d2db..94e9841844aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Max Liebkies <mail at maxliebkies dot de>
pkgname=dotnet
-pkgver=1.1.2
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Meta package to pull in the latest stable dotnet package"
arch=(x86_64)
url="https://www.microsoft.com/net/core"
license=('MIT')
groups=()
-depends=('dotnet-runtime-1.1')
+depends=('dotnet-runtime-2.0')
conflicts=('dotnet-bin')
replaces=('dotnet-cli')