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

Evangelos Foutras foutrelis at archlinux.org
Tue Jul 11 04:44:59 UTC 2017


    Date: Tuesday, July 11, 2017 @ 04:44:58
  Author: foutrelis
Revision: 300065

upgpkg: ocaml 4.04.1-2

PIE rebuild.

Modified:
  ocaml/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-11 04:44:52 UTC (rev 300064)
+++ PKGBUILD	2017-07-11 04:44:58 UTC (rev 300065)
@@ -4,7 +4,7 @@
 pkgbase='ocaml'
 pkgname=('ocaml' 'ocaml-compiler-libs')
 pkgver=4.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A functional language with OO extensions"
 arch=('i686' 'x86_64')
 license=('LGPL2.1' 'custom: QPL-1.0')
@@ -18,7 +18,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure -prefix /usr -x11include /usr/include 
+  ./configure -prefix /usr -x11include /usr/include
   make world.opt
 }
 



More information about the arch-commits mailing list