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

daniel at archlinux.org daniel at archlinux.org
Tue Mar 31 11:41:44 UTC 2009


    Date: Tuesday, March 31, 2009 @ 07:41:44
  Author: daniel
Revision: 32435

upgpkg: mono-basic 2.4-1
    New mono release 2.4

Modified:
  mono-basic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-31 11:40:07 UTC (rev 32434)
+++ PKGBUILD	2009-03-31 11:41:44 UTC (rev 32435)
@@ -2,16 +2,16 @@
 # Maintainer: Daniel Isenmann <daniel at archlinux.org>
 
 pkgname=mono-basic
-pkgver=2.2
+pkgver=2.4
 pkgrel=1
 pkgdesc="Mono Visual Basic.NET compiler"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.mono-project.com/"
-depends=('mono>=2.2')
+depends=('mono>=2.4')
 makedepends=('pkgconfig')
-source=(http://www.go-mono.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4964245e816bde5efb5663b25e493054')
+source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ee15480cfc667d514c958313ee980572')
 
 build() {
   # get rid of that .wapi errors; thanks to brice
@@ -24,3 +24,4 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }
+




More information about the arch-commits mailing list