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

Daniel Isenmann daniel at archlinux.org
Thu Mar 25 10:38:10 UTC 2010


    Date: Thursday, March 25, 2010 @ 06:38:10
  Author: daniel
Revision: 73332

upgpkg: mono 2.6.3-1
New mono release 2.6.3

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-25 09:58:39 UTC (rev 73331)
+++ PKGBUILD	2010-03-25 10:38:10 UTC (rev 73332)
@@ -3,20 +3,20 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=2.6.1
+pkgver=2.6.3
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and compiler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
 url="http://www.mono-project.com/"
-depends=('zlib' 'libgdiplus>=2.4.2' 'sh')
+depends=('zlib' 'libgdiplus>=2.6.2' 'sh')
 makedepends=('pkgconfig')
 options=('!libtool' '!makeflags')
 provides=('monodoc')
 conflicts=('monodoc')
 source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         mono.rc.d)
-md5sums=('4cd2157c9eabbe9f49232d5ee3a2a57e'
+md5sums=('b1dc21bac2c7c75814a9f32246eadadd'
          '8315e46c6a6e9625502521fc0ad1a322')
 
 build() {
@@ -26,7 +26,6 @@
 
   ./configure --prefix=/usr --sysconfdir=/etc \
               --with-libgdiplus=installed \
-              --with-tls=__thread \
 	      --with-moonlight=yes \
 	      --with-profile4=yes
   make || return 1




More information about the arch-commits mailing list