diff options
author | root <root@rshg054.dnsready.net> | 2013-09-21 03:03:11 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-21 03:03:11 -0700 |
commit | d3285d3c8cd7a90ac8766e0ce54c6eafaad7a5f2 (patch) | |
tree | 16903ca6eab9912b737843e2d20e8b793eb84809 /community/erlang-nox | |
parent | 42fbe2d214b850ded06b23ca33f3aa2880e60dbb (diff) |
Sat Sep 21 02:56:25 PDT 2013
Diffstat (limited to 'community/erlang-nox')
-rw-r--r-- | community/erlang-nox/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/erlang-nox/PKGBUILD b/community/erlang-nox/PKGBUILD index 2f08af3bc..a3ddb47b3 100644 --- a/community/erlang-nox/PKGBUILD +++ b/community/erlang-nox/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95691 2013-08-15 17:07:39Z arodseth $ +# $Id: PKGBUILD 97433 2013-09-19 22:16:37Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Lukas Fleischer <archlinux@cryptocrack.de> # Contributor: Vesa Kaihlavirta <vesa@archlinux.org> @@ -7,8 +7,8 @@ # Contributor: Ricardo Catalinas Jiménez <jimenezrick@gmail.com> pkgname=erlang-nox -pkgver=R16B01 -pkgrel=2 +pkgver=R16B02 +pkgrel=1 pkgdesc='General-purpose concurrent functional programming language developed by Ericsson (headless version)' arch=('x86_64' 'i686') url='http://www.erlang.org/' @@ -21,8 +21,8 @@ optdepends=('erlang-unixodbc: database support' 'lksctp-tools: for SCTP support') source=("http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz" "http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz") -sha256sums=('da388bc07b8ebdd008f5bb6c3d2c280e358bd188b5aac3ea01e3a7436315abc0' - '71972049fbac73457fb6868be18068edce9f2c9fc2aeeab15f019d4217b6a8c2') +sha256sums=('6ab8ad1df8185345554a4b80e10fd8be06c4f2b71b69dcfb8528352787b32f85' + 'b79ceb0383415088b5f040f2f3705632b425cb3f29c3955ef2219556abec5789') build() { cd "otp_src_${pkgver/_1/}" |