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

Alexander Rødseth arodseth at archlinux.org
Sat Jun 16 12:06:52 UTC 2018


    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 <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Vesa Kaihlavirta <vesa at archlinux.org>
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
@@ -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
 }
 



More information about the arch-commits mailing list