From 2fafc43626e2efef2c5e917cb652e2ad3c4d5242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 22 Apr 2016 14:29:00 -0300 Subject: qemu-static: rename qemu-arch-extra-static to qemu-static-arch-extra --- libre/qemu-static/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libre/qemu-static/PKGBUILD b/libre/qemu-static/PKGBUILD index 503f9842a..ff075d1ba 100644 --- a/libre/qemu-static/PKGBUILD +++ b/libre/qemu-static/PKGBUILD @@ -3,9 +3,9 @@ pkgbase=qemu pkgname=('qemu-static' - 'qemu-arch-extra-static') + 'qemu-static-arch-extra') pkgver=2.5.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64' 'armv7h') license=('GPL2' 'LGPL2.1') url='http://wiki.qemu.org/' @@ -81,7 +81,7 @@ package_qemu-static() { rm -v usr/bin/{ivshmem-{client,server},qemu-static-{img,io,nbd}} } -package_qemu-arch-extra-static() { +package_qemu-static-arch-extra() { pkgdesc='QEMU with full support for non native architectures (static binaries only)' depends=('qemu-static' 'qemu-arch-extra') options=(!strip) -- cgit v1.2.3-2-g168b