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

Daniel Isenmann daniel at archlinux.org
Tue Dec 15 17:51:14 UTC 2009


    Date: Tuesday, December 15, 2009 @ 12:51:13
  Author: daniel
Revision: 61315

upgpkg: mono 2.6-1
    New mono release 2.6

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-15 17:36:46 UTC (rev 61314)
+++ PKGBUILD	2009-12-15 17:51:13 UTC (rev 61315)
@@ -3,7 +3,7 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=2.4.3
+pkgver=2.6
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and compiler"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=('monodoc')
 source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         mono.rc.d)
-md5sums=('32d76ff066a5c69f40ee0e5c6229be01'
+md5sums=('39f6e463d3ff8093013492952d2a9906'
          '8315e46c6a6e9625502521fc0ad1a322')
 
 build() {
@@ -27,7 +27,8 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
               --with-libgdiplus=installed \
               --with-tls=__thread \
-	      --with-moonlight=yes
+	      --with-moonlight=yes \
+	      --with-profile4=yes
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 




More information about the arch-commits mailing list