diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 22:33:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 22:33:57 +0000 |
commit | 8f74515a7ef6bb73c87b77a718a3066e0a7201d0 (patch) | |
tree | e9afc580b1cafae958547d1504820ad2ec3b40c3 /main/qemu | |
parent | 0f3a2776e4df2262d58fd24aa40b6b9247d10cd4 (diff) | |
download | aports-8f74515a7ef6bb73c87b77a718a3066e0a7201d0.tar.bz2 aports-8f74515a7ef6bb73c87b77a718a3066e0a7201d0.tar.xz |
main/qemu: rebuild against fixed ncurses widechar only
Diffstat (limited to 'main/qemu')
-rw-r--r-- | main/qemu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/qemu/APKBUILD b/main/qemu/APKBUILD index 5f6c17bcb1..e3263e663b 100644 --- a/main/qemu/APKBUILD +++ b/main/qemu/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qemu pkgver=2.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="QEMU is a generic machine emulator and virtualizer" url="http://qemu.org/" arch="all" |