Date: Tuesday, May 19, 2015 @ 22:53:02 Author: daniel Revision: 239565
upgpkg: monodevelop 5.9.0.431-1 New upstream release Modified: monodevelop/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-19 20:52:49 UTC (rev 239564) +++ PKGBUILD 2015-05-19 20:53:02 UTC (rev 239565) @@ -4,14 +4,14 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=monodevelop -pkgver=5.7.1.14 +pkgver=5.9.0.431 pkgrel=1 pkgdesc="An IDE primarily designed for C# and other .NET languages" arch=('any') url="http://www.monodevelop.com" license=('GPL') -depends=('mono>=3.2.8' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 'hicolor-icon-theme') -makedepends=('rsync' 'git') +depends=('mono>=4.0.1' 'mono-addins>=0.6.2' 'gnome-sharp' 'desktop-file-utils' 'hicolor-icon-theme') +makedepends=('rsync' 'git' 'nuget') options=(!makeflags) install=monodevelop.install source=(git://github.com/mono/monodevelop.git)
