Date: Monday, March 3, 2014 @ 14:02:45
  Author: bpiotrowski
Revision: 206612

upgpkg: mono 3.2.8-1

new upstream release

Modified:
  mono/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-03-03 12:19:37 UTC (rev 206611)
+++ PKGBUILD    2014-03-03 13:02:45 UTC (rev 206612)
@@ -3,8 +3,8 @@
 # Contributor: Brice Carpentier <[email protected]>
 
 pkgname=mono
-pkgver=3.2.3
-pkgrel=2
+pkgver=3.2.8
+pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11')
@@ -16,18 +16,19 @@
 
source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
         mono.binfmt.d
         sgen_fix.patch)
-md5sums=('a66c6309fad071e21f77f4c6b67a0f10'
+md5sums=('1075f99bd8a69890af9e30309728e684'
          'b9ef8a65fea497acf176cca16c1e2402'
          '8a700b94bff7a913f920e95890d2fb4c')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
-  patch -p1 < ../sgen_fix.patch
   # build mono
   ./configure --prefix=/usr \
     --sysconfdir=/etc \
     --bindir=/usr/bin \
     --sbindir=/usr/bin \
+    --disable-quiet-build \
+    --disable-system-aot \
     --disable-static
   make
 
@@ -51,7 +52,7 @@
   #install license
   mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
   install -m644 mcs/MIT.X11 "${pkgdir}"/usr/share/licenses/${pkgname}/
-  
+
   #fix .pc file to be able to request mono on what it depends, fixes #go-oo 
build
   sed -i -e "s:#Requires:Requires:" "${pkgdir}"/usr/lib/pkgconfig/mono.pc
 }

Reply via email to