diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:47:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 14:47:08 +0000 |
commit | f22ac2ad08eebae86c5306ebf0bac08c0ac483a8 (patch) | |
tree | 5275d06e312958139fa0c1bf5fb09f8d5ea3db41 /community/erlang/APKBUILD | |
parent | aba56d7631ddf3349cfc2681afbb8aa42d18091d (diff) | |
download | aports-f22ac2ad08eebae86c5306ebf0bac08c0ac483a8.tar.bz2 aports-f22ac2ad08eebae86c5306ebf0bac08c0ac483a8.tar.xz |
community/erlang: rebuild against ncurses wide char
Diffstat (limited to 'community/erlang/APKBUILD')
-rw-r--r-- | community/erlang/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/erlang/APKBUILD b/community/erlang/APKBUILD index bffe6a8335..080787f747 100644 --- a/community/erlang/APKBUILD +++ b/community/erlang/APKBUILD @@ -4,7 +4,7 @@ pkgname=erlang pkgver=18.1 _srcver=18.1 -pkgrel=3 +pkgrel=4 pkgdesc="General-purpose programming language and runtime environment" url="http://www.erlang.org/" license="ASL 2.0" |