summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Sferrazza2017-05-05 13:39:10 -0400
committerKyle Sferrazza2017-05-05 13:39:10 -0400
commit29dfa64c47a4a0532947e64b76bc9959c725e4b5 (patch)
tree0d8737853c3b716c93c3e593fc5806588357cca6 /PKGBUILD
parent50e760f12be9230e6b3b16ac5f3a4556ce5daf65 (diff)
downloadaur-29dfa64c47a4a0532947e64b76bc9959c725e4b5.tar.gz
conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cb97d882138..03a85518a4bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Max Liebkies <mail at maxliebkies dot de>
-pkgname=dotnet
+pkgname=dotnet-fixed
pkgver=1.1.1
pkgrel=3
pkgdesc="Provides the .NET core shared framework, i.e. coreclr and corefx."
@@ -11,7 +11,7 @@ groups=()
depends=('lldb' 'libunwind' 'icu58' 'lttng-ust' 'openssl' 'curl')
makedepends=('cmake' 'make' 'clang' 'llvm' 'gettext')
provides=('dotnet=1.1.1')
-conflicts=('dotnet-bin')
+conflicts=('dotnet-bin' 'dotnet')
replaces=()
backup=()
options=(staticlibs)