[arch-commits] Commit in monodevelop/trunk (PKGBUILD)

Daniel Isenmann daniel at archlinux.org
Sat Mar 3 09:34:39 UTC 2012


    Date: Saturday, March 3, 2012 @ 04:34:39
  Author: daniel
Revision: 151836

upgpkg: monodevelop 2.8.6.5-2

Removed gecko-sharp from dependency, gtkmozembed doesn't exists anymore in xulrunner, so gecko-sharp won't work at all.

Modified:
  monodevelop/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-03 09:21:08 UTC (rev 151835)
+++ PKGBUILD	2012-03-03 09:34:39 UTC (rev 151836)
@@ -4,12 +4,12 @@
 
 pkgname=monodevelop
 pkgver=2.8.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc="An IDE primarily designed for C# and other .NET languages"
 arch=('i686' 'x86_64')
 url="http://www.monodevelop.com"
 license=('GPL')
-depends=('mono>=2.10.5' 'mono-addins>=0.6.2' 'gnome-sharp' 'gecko-sharp-2.0>=0.10')
+depends=('mono>=2.10.5' 'mono-addins>=0.6.2' 'gnome-sharp')
 options=(!makeflags)
 install=monodevelop.install
 source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)




More information about the arch-commits mailing list