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

Alexander Rødseth arodseth at archlinux.org
Fri Feb 17 15:53:30 UTC 2017


    Date: Friday, February 17, 2017 @ 15:53:30
  Author: arodseth
Revision: 212931

upgpkg: erlang 19.2.3-1

Modified:
  erlang/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-17 15:52:51 UTC (rev 212930)
+++ PKGBUILD	2017-02-17 15:53:30 UTC (rev 212931)
@@ -8,7 +8,7 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=19.2
+pkgver=19.2.3
 pkgrel=1
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
@@ -16,8 +16,8 @@
 makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git'
              'libxslt' 'fop' 'java-environment')
 options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-        "http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz" # ${pkgver%.*}
+source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver"
+        "http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz"
         'epmd.service'
         'epmd.socket'
         'epmd.conf')
@@ -29,11 +29,13 @@
 
 prepare() {
   cd otp
+
   ./otp_build setup
 }
 
 build() {
   cd otp
+
   ./configure --prefix=/usr --enable-smp-support --with-odbc
   make
 }



More information about the arch-commits mailing list