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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Wed Jul 2 21:40:50 UTC 2014


    Date: Wednesday, July 2, 2014 @ 23:40:49
  Author: lfleischer
Revision: 114680

upgpkg: ocaml-findlib 1.4-2

Add static library (fixes FS#40904).

Modified:
  ocaml-findlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-02 20:20:01 UTC (rev 114679)
+++ PKGBUILD	2014-07-02 21:40:49 UTC (rev 114680)
@@ -6,7 +6,7 @@
 
 pkgname=ocaml-findlib
 pkgver=1.4
-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=('!strip' 'zipman') # otherwise the bytecode gets broken
+options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
 md5sums=('5d1f8238c53964fdd14387b87b48b5d9')
 
 build() {




More information about the arch-commits mailing list