summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPCI Techie2020-05-20 17:08:54 +0100
committerPCI Techie2020-05-20 17:08:54 +0100
commit9a1c827cd80bc3b338cfe154d5290856b01a1804 (patch)
tree5ee5a34ac993a1d2a8c60ddeb8bd938ac543c281
parentbae91e88f51c812f6a879b2eb9b8909036736e88 (diff)
downloadaur-9a1c827cd80bc3b338cfe154d5290856b01a1804.tar.gz
Updating the PKGBUILD until all the errors are gone
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3da5d3d0acda..0635c95e7b18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,13 +14,13 @@ pkgbase = monodevelop-git
depends = gnome-sharp
depends = hicolor-icon-theme
depends = mono-tools
- depends = fsharp-git
+ depends = fsharp
depends = cmake
depends = libssh2
depends = http-parser
depends = curl
depends = dotnet-host
- depends = msbuild-15-bin
+ depends = msbuild-stable
optdepends = xsp: To run ASP.NET pages directly from monodevelop
provides = monodevelop
conflicts = monodevelop
diff --git a/PKGBUILD b/PKGBUILD
index 0d13d751d5a2..e092787a6e43 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-15-bin')
+depends=('mono' 'mono-addins' 'gnome-sharp' 'hicolor-icon-theme' 'mono-tools' 'fsharp' 'cmake' 'libssh2' 'http-parser' 'curl' 'dotnet-host' 'msbuild-stable')
makedepends=('rsync' 'git' 'nuget' 'referenceassemblies-pcl')
options=(!makeflags)
optdepends=('xsp: To run ASP.NET pages directly from monodevelop')