From ac26ab7575bdbb1e4087e5d064c1952f22f8e5e1 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 23 Apr 2016 19:01:52 -0300 Subject: qemu-static: remove depends variaables --- libre/qemu-static/PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libre') diff --git a/libre/qemu-static/PKGBUILD b/libre/qemu-static/PKGBUILD index 9d665d08b..b26336f96 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.3 +pkgrel=1.4 arch=('i686' 'x86_64' 'armv7h') license=('GPL2' 'LGPL2.1') url='http://wiki.qemu.org/' @@ -57,7 +57,6 @@ 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-static-arch-extra: extra architectures support') options=(!strip) @@ -82,7 +81,6 @@ package_qemu-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) cd qemu-${pkgver} -- cgit v1.2.3-54-g00ecf