diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 21:41:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 22:21:14 +0000 |
commit | 33b80c8b1b5ad4cf6e0cad4e9cc9be506d10165f (patch) | |
tree | 20d28ecf3692bd7bf0bab26e0bee608444980eb2 /main/bitchx | |
parent | f9b369df2b51765d45068af9cbefaaacb96ff361 (diff) | |
download | aports-33b80c8b1b5ad4cf6e0cad4e9cc9be506d10165f.tar.bz2 aports-33b80c8b1b5ad4cf6e0cad4e9cc9be506d10165f.tar.xz |
main/bitchx: rebuild against fixed ncurses widechar only
Diffstat (limited to 'main/bitchx')
-rw-r--r-- | main/bitchx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bitchx/APKBUILD b/main/bitchx/APKBUILD index 4e98b68041..72e42cca32 100644 --- a/main/bitchx/APKBUILD +++ b/main/bitchx/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=bitchx pkgver=1.2.1 -pkgrel=3 +pkgrel=4 pkgdesc="An IRC client" url="http://www.bitchx.org/" arch="all" |