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

Laurent Carlier lcarlier at archlinux.org
Tue Dec 16 01:32:28 UTC 2014


    Date: Tuesday, December 16, 2014 @ 02:32:27
  Author: lcarlier
Revision: 123933

upgpkg: ocaml-findlib 1.5.5-2

ocaml rebuild

Modified:
  ocaml-findlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-15 21:14:27 UTC (rev 123932)
+++ PKGBUILD	2014-12-16 01:32:27 UTC (rev 123933)
@@ -6,7 +6,7 @@
 
 pkgname=ocaml-findlib
 pkgver=1.5.5
-pkgrel=1
+pkgrel=2
 license=('MIT')
 arch=('i686' 'x86_64')
 pkgdesc='Objective Caml (OCaml) package manager'
@@ -13,7 +13,7 @@
 url='http://projects.camlcity.org/projects/findlib.html'
 depends=('ocaml')
 source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
-options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
+options=('staticlibs' '!strip' 'zipman' '!makeflags') # otherwise the bytecode gets broken
 md5sums=('703eae112f9e912507c3a2f8d8c48498')
 
 build() {



More information about the arch-commits mailing list