[arch-commits] Commit in mono/trunk (PKGBUILD)
Daniel Isenmann
daniel at archlinux.org
Sun Mar 27 18:26:06 UTC 2016
Date: Sunday, March 27, 2016 @ 20:26:06
Author: daniel
Revision: 263178
upgpkg: mono 4.4.0.40-1
New upstream relese and fix for FS#46608
Modified:
mono/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++++------------------
1 file changed, 7 insertions(+), 18 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-27 18:00:04 UTC (rev 263177)
+++ PKGBUILD 2016-03-27 18:26:06 UTC (rev 263178)
@@ -3,31 +3,22 @@
# Contributor: Brice Carpentier <brice at dlfp.org>
pkgname=mono
-pkgver=4.2.2.30
-_pkgver=4.2.2
-pkgrel=2
+pkgver=4.4.0.40
+_pkgver=4.4.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>=3.8' 'sh' 'python' 'ca-certificates')
-options=('!makeflags')
provides=('monodoc')
conflicts=('monodoc')
+install="${pkgname}.install"
source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
mono.binfmt.d
- sgen_fix.patch
- build_fix.patch
- Microsoft.Portable.Common.targets
- fix-zlib-helper.patch
mono_context.patch)
-install="${pkgname}.install"
-md5sums=('2c5358041c931b8c1eabf0544565c9a3'
+md5sums=('f9765c947421ec96ab30aa73f0f4659f'
'b9ef8a65fea497acf176cca16c1e2402'
- '8a700b94bff7a913f920e95890d2fb4c'
- '30a5af1a4ff50b98f9e73cc2ae554115'
- 'acbffadb0ac233c494b40dd5e79209a5'
- '62912ad289535bf841c140727e5c1165'
'9325e50a3fde354229c507801622b64b')
build() {
@@ -34,14 +25,12 @@
cd "${srcdir}"/${pkgname}-${_pkgver}
# build mono
- ./configure --prefix=/usr \
+ ./configure \
+ --prefix=/usr \
--sysconfdir=/etc \
--bindir=/usr/bin \
--sbindir=/usr/bin \
- --disable-quiet-build \
- --disable-system-aot \
--with-mcs-docs=no
- patch -p1 < ../mono_context.patch
make
# build jay
More information about the arch-commits
mailing list