Date: Monday, October 3, 2016 @ 08:39:12 Author: daniel Revision: 277567
upgpkg: mono 4.6.1.3-1 New upstream release Modified: mono/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-03 05:22:58 UTC (rev 277566) +++ PKGBUILD 2016-10-03 08:39:12 UTC (rev 277567) @@ -3,12 +3,12 @@ # Contributor: Brice Carpentier <[email protected]> pkgname=mono -pkgver=4.4.1.0 -_pkgver=4.4.1 +pkgver=4.6.1.3 +_pkgver=4.6.1 pkgrel=1 pkgdesc="Free implementation of the .NET platform including runtime and compiler" arch=(i686 x86_64) -license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11') +license=('GPL' 'LGPL2.1' 'MPL') url="http://www.mono-project.com/" depends=('zlib' 'libgdiplus>=4.2' 'sh' 'python' 'ca-certificates') provides=('monodoc') @@ -17,7 +17,7 @@ source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2 mono.binfmt.d mono_context.patch) -md5sums=('18b7931a20b0dbb7c27322bb6a1ad5e2' +md5sums=('a056b24e75fa2355d6d4c071e6a3ba2c' 'b9ef8a65fea497acf176cca16c1e2402' '9325e50a3fde354229c507801622b64b') @@ -50,10 +50,6 @@ # install binfmt conf file and pathes install -D -m644 "${srcdir}"/mono.binfmt.d "${pkgdir}"/usr/lib/binfmt.d/mono.conf - #install license - mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname} - install -m644 mcs/MIT.X11 "${pkgdir}"/usr/share/licenses/${pkgname}/ - #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
