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

Tobias Powalowski tpowa at archlinux.org
Tue Sep 8 11:11:43 UTC 2009


    Date: Tuesday, September 8, 2009 @ 07:11:43
  Author: tpowa
Revision: 51424

upgpkg: ocaml 3.11.1-2
    fixed optdepends array

Modified:
  ocaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-08 10:58:31 UTC (rev 51423)
+++ PKGBUILD	2009-09-08 11:11:43 UTC (rev 51424)
@@ -3,14 +3,14 @@
 
 pkgname=ocaml	
 pkgver=3.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Ocaml compiler - Ocaml is a functional language with OO extensions"
 arch=(i686 x86_64)
 license=('LGPL2' 'custom: QPL-1.0')
 url="http://caml.inria.fr/"
 depends=('gdbm')
 makedepends=('tk' 'ncurses>=5.6-7' 'libx11')
-optdepends=('ncurses=5.6-7: advanced ncurses features' 'tk: advanced tk features')
+optdepends=('ncurses: advanced ncurses features' 'tk: advanced tk features')
 source=(http://caml.inria.fr/distrib/ocaml-3.11/$pkgname-$pkgver.tar.gz)
 options=('!makeflags' '!emptydirs')
 




More information about the arch-commits mailing list