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

Tobias Powalowski tpowa at nymeria.archlinux.org
Wed Oct 23 10:26:06 UTC 2013


    Date: Wednesday, October 23, 2013 @ 12:26:06
  Author: tpowa
Revision: 197146

upgpkg: ocaml 4.01.0-3

readd staticlibs for xen #37454

Modified:
  ocaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-23 07:36:05 UTC (rev 197145)
+++ PKGBUILD	2013-10-23 10:26:06 UTC (rev 197146)
@@ -4,7 +4,7 @@
 pkgbase='ocaml'
 pkgname=('ocaml' 'ocaml-compiler-libs')
 pkgver=4.01.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A functional language with OO extensions"
 arch=('i686' 'x86_64')
 license=('LGPL2.1' 'custom: QPL-1.0')
@@ -13,7 +13,7 @@
 makedepends=('tk>=8.6.0' 'ncurses>=5.6-7' 'libx11')
 optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
 source=(http://caml.inria.fr/distrib/ocaml-4.01/${pkgname}-${pkgver}.tar.gz)
-options=('!makeflags' '!emptydirs')
+options=('!makeflags' '!emptydirs' 'staticlibs')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list