summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPCI Techie2020-05-20 17:15:15 +0100
committerPCI Techie2020-05-20 17:15:15 +0100
commit2bb27cada3a427af1ab73ec95a5bd380078e0d64 (patch)
tree0a7f4951b36959a25ca9f3529ef61127dec0bb2c
parentd080ad1d435115952c1014b38885b27daecc030c (diff)
downloadaur-2bb27cada3a427af1ab73ec95a5bd380078e0d64.tar.gz
Updating the PKGBUILD until all the errors are gone
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 858aa0405029..578cbed58eb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,8 @@ pkgbase = monodevelop-git
makedepends = git
makedepends = nuget
makedepends = referenceassemblies-pcl
- depends = mono5
+ depends = mono
+ depends = aspnet-runtime-bin
depends = mono-addins
depends = gnome-sharp
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 6eca5fcfc407..8c22061e7f11 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=('mono5' 'mono-addins' 'gnome-sharp' 'hicolor-icon-theme' 'mono-tools' 'fsharp' 'cmake' 'libssh2' 'http-parser' 'curl' 'dotnet-host' 'msbuild-stable')
+depends=('mono' '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')