From dd125870d5f6dd1d8873076527568ecbd579551c Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 22 Apr 2016 23:20:54 -0300 Subject: qemu-static: fix optdepends --- libre/qemu-static/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libre/qemu-static/PKGBUILD b/libre/qemu-static/PKGBUILD index 4fe93096e..4301ee23e 100644 --- a/libre/qemu-static/PKGBUILD +++ b/libre/qemu-static/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=qemu pkgname=('qemu-static' 'qemu-static-arch-extra') pkgver=2.5.1 -pkgrel=1.1 +pkgrel=1.2 arch=('i686' 'x86_64' 'armv7h') license=('GPL2' 'LGPL2.1') url='http://wiki.qemu.org/' @@ -58,7 +58,7 @@ build () package_qemu-static() { pkgdesc='A generic and free processor emulator which achieves a good emulation speed by using dynamic translation (static binaries only)' depends=('qemu') - optdepends=('qemu-arch-extra-static: extra architectures support') + optdepends=('qemu-static-arch-extra: extra architectures support') options=(!strip) make -C ${pkgbase}-${pkgver} DESTDIR="${pkgdir}" install -- cgit v1.2.3