[arch-commits] Commit in erlang-nox/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Mar 14 09:09:35 UTC 2019


    Date: Thursday, March 14, 2019 @ 09:09:35
  Author: arodseth
Revision: 440971

upgpkg: erlang-nox 21.3-1

Modified:
  erlang-nox/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 09:07:56 UTC (rev 440970)
+++ PKGBUILD	2019-03-14 09:09:35 UTC (rev 440971)
@@ -6,8 +6,8 @@
 # Contributor: Ricardo Catalinas Jiménez <jimenezrick at gmail.com>
 
 pkgname=erlang-nox
-pkgver=21.2
-_docver=21.2
+pkgver=21.3
+_docver=21.3
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language (headless version)'
 arch=(x86_64)
@@ -26,13 +26,14 @@
         epmd.service
         epmd.socket)
 sha256sums=('SKIP'
-            'e85a782e0fcd38b92098110b320e28ea8030cce318868d99a4fe6d17ae08b778'
+            'f5464b5c8368aa40c175a5908b44b6d9670dbd01ba7a1eef1b366c7dc36ba172'
             '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
             'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
             '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
 
 prepare() {
-  cd otp && ./otp_build autoconf
+  cd otp
+  ./otp_build autoconf
 }
 
 build() {
@@ -39,9 +40,9 @@
   cd otp
   ./configure \
     --prefix=/usr \
+    --enable-builtin-zlib \
     --enable-smp-support \
-    --with-odbc \
-    --enable-builtin-zlib
+    --with-odbc
   make
 }
 



More information about the arch-commits mailing list