summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Liebkies2017-08-15 16:26:39 +0200
committerMax Liebkies2017-08-15 16:26:39 +0200
commit15c638034a6b3709952b6eb32bffcdf3192563c3 (patch)
tree749002dcf865f3f28bbc9094329b5964c0526180 /PKGBUILD
parent3162b8f76bd76105fd57e001daeb42c4242fe50f (diff)
downloadaur-dotnet.tar.gz
Update to 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')