summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPCI Techie2020-05-20 17:05:37 +0100
committerPCI Techie2020-05-20 17:05:37 +0100
commitbae91e88f51c812f6a879b2eb9b8909036736e88 (patch)
tree2cf3c6db42c33eae2094c5b01c2c2aa13e23169e
parent0030df274114926a44f6905200d8542fd8d73f03 (diff)
downloadaur-bae91e88f51c812f6a879b2eb9b8909036736e88.tar.gz
Updating the PKGBUILD until all the errors are gone
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c42c193ef3f8..3da5d3d0acda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = monodevelop-git
depends = http-parser
depends = curl
depends = dotnet-host
- depends = mono-msbuild
+ depends = msbuild-15-bin
optdepends = xsp: To run ASP.NET pages directly from monodevelop
provides = monodevelop
conflicts = monodevelop
diff --git a/PKGBUILD b/PKGBUILD
index a58c9d92d0a1..0d13d751d5a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ pkgdesc="An IDE primarily designed for C# and other .NET languages - built from
arch=('any')
url="https://www.monodevelop.com"
license=('MIT')
-depends=('mono' 'mono-addins' 'gnome-sharp' 'hicolor-icon-theme' 'mono-tools' 'fsharp-git' 'cmake' 'libssh2' 'http-parser' 'curl' 'dotnet-host' 'mono-msbuild')
+depends=('mono' 'mono-addins' 'gnome-sharp' 'hicolor-icon-theme' 'mono-tools' 'fsharp-git' 'cmake' 'libssh2' 'http-parser' 'curl' 'dotnet-host' 'msbuild-15-bin')
makedepends=('rsync' 'git' 'nuget' 'referenceassemblies-pcl')
options=(!makeflags)
optdepends=('xsp: To run ASP.NET pages directly from monodevelop')