diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-18 06:33:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-18 06:33:33 +0000 |
commit | f64f7b346fca1bbd33737c170b36ab011e07bebe (patch) | |
tree | a4c83b57fa1e3c2ae7e6e25c6682aadebb263376 /main/xen | |
parent | e3c0a9d1ed70d7bd4859b5ba7286c4f4fcc6ef32 (diff) | |
download | aports-f64f7b346fca1bbd33737c170b36ab011e07bebe.tar.bz2 aports-f64f7b346fca1bbd33737c170b36ab011e07bebe.tar.xz |
main/xen: rebuild against fixed ncurses widechar only
Diffstat (limited to 'main/xen')
-rw-r--r-- | main/xen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xen/APKBUILD b/main/xen/APKBUILD index a1ca6146ce..5c8117e3f1 100644 --- a/main/xen/APKBUILD +++ b/main/xen/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=xen pkgver=4.6.0 -pkgrel=3 +pkgrel=4 pkgdesc="Xen hypervisor" url="http://www.xen.org/" arch="x86_64" |