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

daniel at archlinux.org daniel at archlinux.org
Tue Mar 31 11:09:43 UTC 2009


    Date: Tuesday, March 31, 2009 @ 07:09:43
  Author: daniel
Revision: 32429

upgpkg: mono 2.4-1
    New mono release 2.4

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-31 11:00:11 UTC (rev 32428)
+++ PKGBUILD	2009-03-31 11:09:43 UTC (rev 32429)
@@ -3,20 +3,20 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=2.2
+pkgver=2.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.2')
+depends=('zlib' 'libgdiplus>=2.4')
 makedepends=('pkgconfig')
 options=('!libtool' '!makeflags')
 provides=('monodoc')
 conflicts=('monodoc')
-source=(http://www.go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         mono.rc.d)
-md5sums=('da147e24d14a73d8ad52775dd4a3d165'
+md5sums=('da2bf1c0aba2958d26c5e8a9a49fd9d1'
          '8315e46c6a6e9625502521fc0ad1a322')
 
 build() {
@@ -45,3 +45,4 @@
   #install license
   install -m644 mcs/MIT.X11 ${startdir}/pkg/usr/share/licenses/$pkgname/
 }
+




More information about the arch-commits mailing list