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

Daniel Isenmann daniel at archlinux.org
Sun Nov 29 17:34:25 UTC 2015


    Date: Sunday, November 29, 2015 @ 18:34:24
  Author: daniel
Revision: 252052

upgpkg: mono 4.2.1.102-1

New upstream release. Deleted diable-static from configure command, otherwise it wasn't building.

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-29 15:34:41 UTC (rev 252051)
+++ PKGBUILD	2015-11-29 17:34:24 UTC (rev 252052)
@@ -3,8 +3,8 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=4.0.4.1
-_pkgver=4.0.4
+pkgver=4.2.1.102
+_pkgver=4.2.1
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and compiler"
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
 	build_fix.patch
 	Microsoft.Portable.Common.targets
 	fix-zlib-helper.patch)
-md5sums=('f598b60a664dfebb1a5eef3e66a9a178'
+md5sums=('74f92eccf51e59fb626bbdd39fa89229'
          'b9ef8a65fea497acf176cca16c1e2402'
          '8a700b94bff7a913f920e95890d2fb4c'
          '30a5af1a4ff50b98f9e73cc2ae554115'
@@ -38,7 +38,6 @@
     --sbindir=/usr/bin \
     --disable-quiet-build \
     --disable-system-aot \
-    --disable-static \
     --with-mcs-docs=no 
   make
 



More information about the arch-commits mailing list