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

Tobias Powalowski tpowa at archlinux.org
Sun Mar 1 22:09:47 UTC 2009


    Date: Sunday, March 1, 2009 @ 17:09:47
  Author: tpowa
Revision: 28708

upgpkg: ocaml 3.11.0-1

Modified:
  ocaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-01 21:54:00 UTC (rev 28707)
+++ PKGBUILD	2009-03-01 22:09:47 UTC (rev 28708)
@@ -2,8 +2,8 @@
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ocaml	
-pkgver=3.10.2
-pkgrel=2
+pkgver=3.11.0
+pkgrel=1
 pkgdesc="Ocaml compiler - Ocaml is a functional language with OO extensions"
 arch=(i686 x86_64)
 license=('LGPL2' 'custom: QPL-1.0')
@@ -11,9 +11,8 @@
 depends=('gdbm')
 makedepends=('tk' 'ncurses>=5.6-7' 'libx11')
 optdepends=('ncurses=5.6-7: advanced ncurses features' 'tk: advanced tk features')
-source=(http://caml.inria.fr/distrib/ocaml-3.10/$pkgname-$pkgver.tar.gz)
+source=(http://caml.inria.fr/distrib/ocaml-3.11/$pkgname-$pkgver.tar.gz)
 options=('!makeflags' '!emptydirs')
-md5sums=('52c795592c90ecb15c2c4754f04eeff4')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -27,3 +26,4 @@
 # install license
 install -D -m 644 $startdir/src/$pkgname-$pkgver/LICENSE $startdir/pkg/usr/share/licenses/ocaml/LICENSE
 }
+md5sums=('be152066bdf09761ddf1c31291e5cb90')




More information about the arch-commits mailing list