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

Daniel Isenmann daniel at archlinux.org
Mon May 3 18:12:54 UTC 2010


    Date: Monday, May 3, 2010 @ 14:12:54
  Author: daniel
Revision: 79382

upgpkg: mono 2.6.4-1
New mono bugfix release 2.6.4

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-03 18:12:26 UTC (rev 79381)
+++ PKGBUILD	2010-05-03 18:12:54 UTC (rev 79382)
@@ -3,20 +3,20 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=2.6.3
+pkgver=2.6.4
 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.6.2' 'sh')
+depends=('zlib' 'libgdiplus>=2.6.4' '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=('b1dc21bac2c7c75814a9f32246eadadd'
+md5sums=('342a7ca3bea3cbec0c8ac48b9322fcb4'
          '8315e46c6a6e9625502521fc0ad1a322')
 
 build() {
@@ -38,4 +38,3 @@
   #install license
   install -m644 mcs/MIT.X11 ${startdir}/pkg/usr/share/licenses/$pkgname/
 }
-




More information about the arch-commits mailing list