[arch-commits] Commit in mono/trunk (PKGBUILD)
Daniel Isenmann
daniel at nymeria.archlinux.org
Sun Sep 22 21:22:14 UTC 2013
Date: Sunday, September 22, 2013 @ 23:22:14
Author: daniel
Revision: 194704
upgpkg: mono 3.2.3-1
New upstream release and bugfix for FS#36929 and #36956
Modified:
mono/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-22 21:20:38 UTC (rev 194703)
+++ PKGBUILD 2013-09-22 21:22:14 UTC (rev 194704)
@@ -3,7 +3,7 @@
# Contributor: Brice Carpentier <brice at dlfp.org>
pkgname=mono
-pkgver=3.2.1
+pkgver=3.2.3
pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
arch=(i686 x86_64)
@@ -17,13 +17,16 @@
install=mono.install
source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
mono.binfmt.d
- mono.install)
-md5sums=('bb613f9c93f57c29abcb7270f3215eb2'
+ mono.install
+ sgen_fix.patch)
+md5sums=('a66c6309fad071e21f77f4c6b67a0f10'
'b9ef8a65fea497acf176cca16c1e2402'
- 'ca1108e9638b01c26453ee663592a4e5')
+ 'ca1108e9638b01c26453ee663592a4e5'
+ '8a700b94bff7a913f920e95890d2fb4c')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
+ patch -p1 < ../sgen_fix.patch
# build mono
./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin --sbindir=/usr/bin
make
More information about the arch-commits
mailing list