diff options
author | root <root@rshg054.dnsready.net> | 2013-06-11 00:05:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-11 00:05:27 -0700 |
commit | bf794523287bafc14671f83b08f7b22bceadc4bc (patch) | |
tree | 05c7098cb5eb0c4195d7c2eb735379fb27a974ab /community/erlang | |
parent | 3f6e6048fea3b61c4d0b2c1e7385bc76882007a4 (diff) |
Tue Jun 11 00:05:26 PDT 2013
Diffstat (limited to 'community/erlang')
-rw-r--r-- | community/erlang/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/erlang/PKGBUILD b/community/erlang/PKGBUILD index 0f8935d76..23addb204 100644 --- a/community/erlang/PKGBUILD +++ b/community/erlang/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92599 2013-06-09 16:04:05Z arodseth $ +# $Id: PKGBUILD 92656 2013-06-10 17:00:39Z arodseth $ # 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=R16B -pkgrel=5 +pkgrel=6 arch=('x86_64' 'i686') url='http://www.erlang.org/' license=('custom') @@ -33,7 +33,6 @@ package_erlang() { 'java-environment: for Java support' 'lksctp-tools: for SCTP support') provides=('erlang-nox') - replaces=('erlang-nox') conflicts=('erlang-nox') cd "$srcdir/otp_src_${pkgver/_1/}" |