Date: Monday, December 21, 2015 @ 20:59:12 Author: daniel Revision: 257095
upgpkg: mono 4.2.2.10-1 New upstream release and fix FS47293 Modified: mono/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-21 19:28:27 UTC (rev 257094) +++ PKGBUILD 2015-12-21 19:59:12 UTC (rev 257095) @@ -3,8 +3,8 @@ # Contributor: Brice Carpentier <[email protected]> pkgname=mono -pkgver=4.2.1.102 -_pkgver=4.2.1 +pkgver=4.2.2.10 +_pkgver=4.2.2 pkgrel=1 pkgdesc="Free implementation of the .NET platform including runtime and compiler" arch=(i686 x86_64) @@ -20,13 +20,13 @@ build_fix.patch Microsoft.Portable.Common.targets fix-zlib-helper.patch) -md5sums=('74f92eccf51e59fb626bbdd39fa89229' +install="${pkgname}.install" +md5sums=('16644eab7d890e568d34a18e93e7a878' 'b9ef8a65fea497acf176cca16c1e2402' '8a700b94bff7a913f920e95890d2fb4c' '30a5af1a4ff50b98f9e73cc2ae554115' 'acbffadb0ac233c494b40dd5e79209a5' '62912ad289535bf841c140727e5c1165') -install="${pkgname}.install" build() { cd "${srcdir}"/${pkgname}-${_pkgver} @@ -64,4 +64,5 @@ #fix .pc file to be able to request mono on what it depends, fixes #go-oo build sed -i -e "s:#Requires:Requires:" "${pkgdir}"/usr/lib/pkgconfig/mono.pc + sed -i -e "s:/2.0/:/4.5/:g" "${pkgdir}"/usr/lib/pkgconfig/mono-nunit.pc }
