Date: Monday, July 13, 2015 @ 22:24:19 Author: daniel Revision: 242176
upgpkg: monodevelop 5.9.4.5-1 New upstream release and fix for FS#39779 Modified: monodevelop/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-13 19:44:30 UTC (rev 242175) +++ PKGBUILD 2015-07-13 20:24:19 UTC (rev 242176) @@ -4,7 +4,7 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=monodevelop -pkgver=5.9.0.431 +pkgver=5.9.4.5 pkgrel=1 pkgdesc="An IDE primarily designed for C# and other .NET languages" arch=('any') @@ -13,6 +13,7 @@ depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 'hicolor-icon-theme') makedepends=('rsync' 'git' 'nuget') options=(!makeflags) +optdepends=('xsp: To run ASP.NET pages directly from monodevelop') install=monodevelop.install source=(git://github.com/mono/monodevelop.git) md5sums=('SKIP')
