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