summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPCI Techie2020-05-20 17:44:06 +0100
committerPCI Techie2020-05-20 17:44:06 +0100
commit296d7a8e893684b33e8bc986c43378246c6370aa (patch)
tree7a384cacd617d5335183f6c1c14e9cfd5d59fc56
parent1a167799d6a60c63311b8ebfa89bb775cfad18ea (diff)
downloadaur-296d7a8e893684b33e8bc986c43378246c6370aa.tar.gz
Updating the PKGBUILD until all the errors are gone
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0de9f95ca6b..858aa0405029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = monodevelop-git
makedepends = nuget
makedepends = referenceassemblies-pcl
depends = mono5
- depends = aspnet-runtime-bin
depends = mono-addins
depends = gnome-sharp
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index d6e1a4fef795..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=('mono5' 'aspnet-runtime-bin' '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')