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