summaryrefslogtreecommitdiff
path: root/libre/qemu-static/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-22 14:29:00 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-22 14:29:00 -0300
commit2fafc43626e2efef2c5e917cb652e2ad3c4d5242 (patch)
tree1971f58c7d5e3bc55f973e1a932c553a429acba6 /libre/qemu-static/PKGBUILD
parent6e7e74649dcdaf4c4ffce22bc4fe2c36a3873845 (diff)
qemu-static: rename qemu-arch-extra-static to qemu-static-arch-extra
Diffstat (limited to 'libre/qemu-static/PKGBUILD')
-rw-r--r--libre/qemu-static/PKGBUILD6
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)