From d92a6d634069cba424074ae07527f3368d4963ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Tue, 10 May 2016 05:50:50 -0300 Subject: libre/qemu-static: update binfmt-qemu-static --- libre/qemu-static/PKGBUILD | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/libre/qemu-static/PKGBUILD b/libre/qemu-static/PKGBUILD index 1f36166d3..3acac7a1b 100644 --- a/libre/qemu-static/PKGBUILD +++ b/libre/qemu-static/PKGBUILD @@ -6,20 +6,21 @@ pkgname=('qemu-static' 'qemu-arch-extra-static' 'binfmt-qemu-static') pkgver=2.5.1 -pkgrel=1.9 +pkgrel=1.10 arch=('i686' 'x86_64' 'armv7h') license=('GPL2' 'LGPL2.1') url='http://wiki.qemu.org/' makedepends=('pixman-static' 'glib2-static' 'pcre-static' 'python2') source=(http://wiki.qemu.org/download/${pkgbase}-${pkgver}.tar.bz2 - qemu-static-{aarch64,arm,i386,mips,mips64,x86_64}.conf) + qemu-static-{extra,aarch64,arm,i386,mips,mips64,x86_64}.conf) md5sums=('42e73182dea8b9213fa7050e168a4615' - '2967ebd9a45bcdc0b8863d65313ca569' - 'ae201d541b12a0f1cbab7206f26eef6e' - '86e0a86b9e3c851e014a9af0d5c4b80d' - 'bcac9d3466ec6b97cea3675536cea0c7' - '8088880bd092304f57864832137e8b1d' - 'b485e55f966e563b3dcc292b0afa4a61') + '725cf7c684ae37afaa2182714ac3f6da' + '2e4737b64e0428f4f41512281c9f092f' + '97f7fc356b63c8a71e421cd884b090ee' + '2981a5507e613ea1a2bef75a284c388b' + 'c0b54ffeb1f9593f62c1e8cf901ade90' + '709147a2a21466691b0f17b90f64ca0b' + 'ecca9dd5f97354bb4ef6b533fa3d6097') _extra_arches=(aarch64 alpha arm armeb cris m68k microblaze microblazeel or32 ppc ppc64 ppc64abi32 ppc64le s390x tilegx @@ -123,4 +124,5 @@ package_binfmt-qemu-static() { elif [[ $CARCH = mips64el ]]; then install -m644 "${srcdir}"/qemu-static-mips64.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-static.conf fi + install -m644 "${srcdir}"/qemu-static-extra.conf "${pkgdir}"/usr/lib/binfmt.d/qemu-static-extra.conf } -- cgit v1.2.2