Date: Saturday, June 16, 2018 @ 12:06:51
  Author: arodseth
Revision: 343366

upgpkg: erlang 20.3.7-1

Modified:
  erlang/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-16 12:01:27 UTC (rev 343365)
+++ PKGBUILD    2018-06-16 12:06:51 UTC (rev 343366)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander F Rødseth <[email protected]>
+# Maintainer: Alexander F. Rødseth <[email protected]>
 # Contributor: Lukas Fleischer <[email protected]>
 # Contributor: Vesa Kaihlavirta <[email protected]>
 # Contributor: Sarah Hay <[email protected]>
@@ -8,7 +8,7 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=20.3.2
+pkgver=20.3.7
 pkgrel=1
 _docver=20.3
 arch=('x86_64')
@@ -35,7 +35,11 @@
 build() {
   cd otp
 
-  ./configure --enable-builtin-zlib --enable-smp-support --prefix=/usr 
--with-odbc
+  ./configure \
+    --prefix=/usr \
+    --enable-builtin-zlib \
+    --with-odbc \
+    --enable-smp-support
   make
 }
 

Reply via email to