summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPCI Techie2020-05-20 17:18:02 +0100
committerPCI Techie2020-05-20 17:18:02 +0100
commit170cd69af47386f7a4e625c5c8463f40850ed32f (patch)
treec4a2878f7f505289d3f86b2fc1c3f4fb00a73d56
parent2bb27cada3a427af1ab73ec95a5bd380078e0d64 (diff)
downloadaur-170cd69af47386f7a4e625c5c8463f40850ed32f.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 578cbed58eb3..577309c455cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = monodevelop-git
makedepends = git
makedepends = nuget
makedepends = referenceassemblies-pcl
- depends = mono
+ depends = mono48
depends = aspnet-runtime-bin
depends = mono-addins
depends = gnome-sharp
diff --git a/PKGBUILD b/PKGBUILD
index 8c22061e7f11..d0bb7f8224dd 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' 'aspnet-runtime-bin' 'mono-addins' 'gnome-sharp' 'hicolor-icon-theme' 'mono-tools' 'fsharp' 'cmake' 'libssh2' 'http-parser' 'curl' 'dotnet-host' 'msbuild-stable')
+depends=('mono48' 'aspnet-runtime-bin' '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')