diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-22 23:20:54 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-22 23:21:45 -0300 |
commit | dd125870d5f6dd1d8873076527568ecbd579551c (patch) | |
tree | bae94e9d9a5cda8b8f24c4626f5c5df533b228e7 /libre/qemu-static | |
parent | e0be374c66bd15c73f98bce31de432ef7a34016a (diff) | |
download | abslibre-dd125870d5f6dd1d8873076527568ecbd579551c.tar.gz abslibre-dd125870d5f6dd1d8873076527568ecbd579551c.tar.bz2 abslibre-dd125870d5f6dd1d8873076527568ecbd579551c.zip |
qemu-static: fix optdepends
Diffstat (limited to 'libre/qemu-static')
-rw-r--r-- | libre/qemu-static/PKGBUILD | 4 |
1 files 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 |