Date: Friday, May 24, 2013 @ 22:45:25
  Author: daniel
Revision: 186331

upgpkg: mono 3.0.7-1

New upstream release

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-05-24 20:45:12 UTC (rev 186330)
+++ PKGBUILD    2013-05-24 20:45:25 UTC (rev 186331)
@@ -3,7 +3,7 @@
 # Contributor: Brice Carpentier <[email protected]>
 
 pkgname=mono
-pkgver=2.10.9
+pkgver=3.0.7
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
 arch=(i686 x86_64)
@@ -16,14 +16,13 @@
 conflicts=('monodoc')
 
source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
         mono.binfmt.d)
-md5sums=('bbbff9d3d0c36b904437ada36a27eb9e'
+md5sums=('76ebec9c97347aac13d9f28fc58b347d'
          'b9ef8a65fea497acf176cca16c1e2402')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
   # build mono
-  ./configure --prefix=/usr --sysconfdir=/etc \
-              --with-libgdiplus=installed 
+  ./configure --prefix=/usr --sysconfdir=/etc
   make
 
   # build jay

Reply via email to