From 2da5c663343bdfcf35a5112fc1dd59a21a7cc61c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 30 Dec 2011 19:02:27 -0500 Subject: [PATCH] extra/mono to 2.10.8-1 --- extra/mono/PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/extra/mono/PKGBUILD b/extra/mono/PKGBUILD index db8394787..a1822b3c6 100644 --- a/extra/mono/PKGBUILD +++ b/extra/mono/PKGBUILD @@ -2,16 +2,14 @@ # Maintainer: Daniel Isenmann # Contributor: Brice Carpentier -# ALARM: Kevin Mihelich +# ALARM: Kevin Mihelich # - Added alarm.patch for armv7h to fix detection of VFP capability # and using autogen.sh to rebuild for configure.in changes. -# - Remove noautobuild on next version bump. plugrel=1 -noautobuild=1 pkgname=mono -pkgver=2.10.6 +pkgver=2.10.8 pkgrel=1 pkgdesc="Free implementation of the .NET platform including runtime and compiler" arch=(i686 x86_64) @@ -22,10 +20,10 @@ makedepends=('pkgconfig') options=('!libtool' '!makeflags') provides=('monodoc') conflicts=('monodoc') -source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2 +source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz mono.rc.d alarm.patch) -md5sums=('c442cef4cd6668b0a1391a661f6815a9' +md5sums=('411a2d9bcfc37a61eb9aedba88b40533' '8315e46c6a6e9625502521fc0ad1a322' 'db43f2824188e4d1583b676f2e62db24')