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

Daniel Isenmann daniel at archlinux.org
Sun Sep 28 17:42:51 UTC 2014


    Date: Sunday, September 28, 2014 @ 19:42:51
  Author: daniel
Revision: 223664

upgpkg: mono 3.8.0-1

New upstream release

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-28 17:42:40 UTC (rev 223663)
+++ PKGBUILD	2014-09-28 17:42:51 UTC (rev 223664)
@@ -3,13 +3,13 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-pkgver=3.4.0
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and compiler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11')
 url="http://www.mono-project.com/"
-depends=('zlib' 'libgdiplus>=2.10' 'sh' 'python')
+depends=('zlib' 'libgdiplus>=3.8' 'sh' 'python')
 options=('!makeflags')
 provides=('monodoc')
 conflicts=('monodoc')
@@ -18,7 +18,7 @@
         sgen_fix.patch
 	build_fix.patch
 	Microsoft.Portable.Common.targets)
-md5sums=('698024a40ee0721c2a24c45be2e39f28'
+md5sums=('f143bc5077fb817c0bedbe2d5bd49035'
          'b9ef8a65fea497acf176cca16c1e2402'
          '8a700b94bff7a913f920e95890d2fb4c'
          '30a5af1a4ff50b98f9e73cc2ae554115'
@@ -27,8 +27,8 @@
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
 
-  patch -p1 < ../build_fix.patch  
-  cp ../Microsoft.Portable.Common.targets mcs/tools/xbuild/targets/
+  #patch -p1 < ../build_fix.patch  
+  #cp ../Microsoft.Portable.Common.targets mcs/tools/xbuild/targets/
 
   # build mono
   ./configure --prefix=/usr \



More information about the arch-commits mailing list