summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPCI Techie2020-05-20 17:03:38 +0100
committerPCI Techie2020-05-20 17:03:38 +0100
commit0030df274114926a44f6905200d8542fd8d73f03 (patch)
tree9384c26f14d39262de98e6ecbe473e6b0f608376
parent914df6787c9da3d8513254565b6a14054be9b9e6 (diff)
downloadaur-0030df274114926a44f6905200d8542fd8d73f03.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 3a78d5ce2e72..c42c193ef3f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = monodevelop-git
depends = http-parser
depends = curl
depends = dotnet-host
- depends = msbuild-git
+ depends = mono-msbuild
optdepends = xsp: To run ASP.NET pages directly from monodevelop
provides = monodevelop
conflicts = monodevelop
diff --git a/PKGBUILD b/PKGBUILD
index d8a1c0b5c58d..a58c9d92d0a1 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' 'msbuild-git')
+depends=('mono' 'mono-addins' 'gnome-sharp' 'hicolor-icon-theme' 'mono-tools' 'fsharp-git' 'cmake' 'libssh2' 'http-parser' 'curl' 'dotnet-host' 'mono-msbuild')
makedepends=('rsync' 'git' 'nuget' 'referenceassemblies-pcl')
options=(!makeflags)
optdepends=('xsp: To run ASP.NET pages directly from monodevelop')