[arch-commits] Commit in monodevelop/trunk (PKGBUILD)
Daniel Isenmann
daniel at archlinux.org
Thu Jan 15 20:53:28 UTC 2015
Date: Thursday, January 15, 2015 @ 21:53:28
Author: daniel
Revision: 229093
upgpkg: monodevelop 5.7.0.661-1
New upstream version and fix FS#43423
Modified:
monodevelop/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-15 18:58:12 UTC (rev 229092)
+++ PKGBUILD 2015-01-15 20:53:28 UTC (rev 229093)
@@ -4,7 +4,7 @@
# Contributor: Giovanni Scafora <giovanni at archlinux.org>
pkgname=monodevelop
-pkgver=5.5.4.15
+pkgver=5.7.0.661
pkgrel=1
pkgdesc="An IDE primarily designed for C# and other .NET languages"
arch=('any')
@@ -37,5 +37,8 @@
# delete conflicting files
find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
rm -r $MONO_SHARED_DIR
+
+ # NuGet.exe is missing somehow, fixed FS#43423
+ install -Dm755 "${srcdir}"/monodevelop/main/external/nuget-binary/NuGet.exe "${pkgdir}"/usr/lib/monodevelop/AddIns/MonoDevelop.PackageManagement/NuGet.exe
}
More information about the arch-commits
mailing list