summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-22 23:20:54 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-22 23:21:45 -0300
commitdd125870d5f6dd1d8873076527568ecbd579551c (patch)
treebae94e9d9a5cda8b8f24c4626f5c5df533b228e7
parente0be374c66bd15c73f98bce31de432ef7a34016a (diff)
qemu-static: fix optdepends
-rw-r--r--libre/qemu-static/PKGBUILD4
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