summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPCI Techie2020-05-20 17:12:44 +0100
committerPCI Techie2020-05-20 17:12:44 +0100
commitd080ad1d435115952c1014b38885b27daecc030c (patch)
tree7a384cacd617d5335183f6c1c14e9cfd5d59fc56
parent9a1c827cd80bc3b338cfe154d5290856b01a1804 (diff)
downloadaur-d080ad1d435115952c1014b38885b27daecc030c.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 0635c95e7b18..858aa0405029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = monodevelop-git
makedepends = git
makedepends = nuget
makedepends = referenceassemblies-pcl
- depends = mono
+ depends = mono5
depends = mono-addins
depends = gnome-sharp
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index e092787a6e43..6eca5fcfc407 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' 'cmake' 'libssh2' 'http-parser' 'curl' 'dotnet-host' 'msbuild-stable')
+depends=('mono5' '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')