diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-12 03:39:46 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-12 03:39:46 +0000 |
commit | 61e090957dbc6b062f3a1af7eeb0d58478c6657d (patch) | |
tree | 768f076ead75d57e34580da0d78ff9f5afe170fd /community/erlang/PKGBUILD | |
parent | b8322aaddc0dc6b249457dd19ab7fb246b92c997 (diff) |
Sun Jan 12 03:35:50 UTC 2014
Diffstat (limited to 'community/erlang/PKGBUILD')
-rw-r--r-- | community/erlang/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/erlang/PKGBUILD b/community/erlang/PKGBUILD index ba84645f5..acdff8c7a 100644 --- a/community/erlang/PKGBUILD +++ b/community/erlang/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 103465 2014-01-06 12:41:09Z arodseth $ +# $Id: PKGBUILD 103793 2014-01-11 20:08:27Z eric $ # Maintainer: Lukas Fleischer <archlinux@cryptocrack.de> # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Vesa Kaihlavirta <vesa@archlinux.org> @@ -9,7 +9,7 @@ pkgbase=erlang pkgname=('erlang' 'erlang-unixodbc') pkgver=R16B03 -pkgrel=4 +pkgrel=5 arch=('x86_64' 'i686') url='http://www.erlang.org/' license=('custom') @@ -35,7 +35,7 @@ build() { package_erlang() { pkgdesc='General-purpose concurrent functional programming language developed by Ericsson' - depends=('ncurses' 'glu' 'wxgtk' 'wxgtk2.9' 'openssl') + depends=('ncurses' 'glu' 'wxgtk' 'openssl') optdepends=('erlang-unixodbc: database support' 'java-environment: for Java support' 'lksctp-tools: for SCTP support') |