diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-22 14:29:00 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-22 14:29:00 -0300 |
commit | 2fafc43626e2efef2c5e917cb652e2ad3c4d5242 (patch) | |
tree | 1971f58c7d5e3bc55f973e1a932c553a429acba6 /libre | |
parent | 6e7e74649dcdaf4c4ffce22bc4fe2c36a3873845 (diff) |
qemu-static: rename qemu-arch-extra-static to qemu-static-arch-extra
Diffstat (limited to 'libre')
-rw-r--r-- | libre/qemu-static/PKGBUILD | 6 |
1 files 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) |