diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 22:18:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 22:21:14 +0000 |
commit | e98b2a81975e1e82017280f134c11f4ea3e55e8e (patch) | |
tree | 01725b4f11a7fdbe221f1de8a79aeb24cd89ca9a /main/freeswitch | |
parent | 81671f8950f3e7e6f412897f7d95d1121e6f03b7 (diff) | |
download | aports-e98b2a81975e1e82017280f134c11f4ea3e55e8e.tar.bz2 aports-e98b2a81975e1e82017280f134c11f4ea3e55e8e.tar.xz |
main/freeswitch: rebuild against fixed ncurses widechar only
Diffstat (limited to 'main/freeswitch')
-rw-r--r-- | main/freeswitch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index 71180ff499..e3037b5bd9 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Cameron Banta <cbanta@gmail.com> pkgname=freeswitch pkgver=1.6.2 -pkgrel=4 +pkgrel=5 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" arch="all" |