[arch-commits] Commit in ocaml/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sun Mar 1 22:10:22 UTC 2009
Date: Sunday, March 1, 2009 @ 17:10:22
Author: tpowa
Revision: 28709
Merged revisions 28708 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/ocaml/trunk
........
r28708 | tpowa | 2009-03-01 23:09:47 +0100 (So, 01 M?\195?\164r 2009) | 1 line
upgpkg: ocaml 3.11.0-1
........
Modified:
ocaml/repos/extra-x86_64/ (properties)
ocaml/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Property changes on: ocaml/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /ocaml/trunk:1-9841
+ /ocaml/trunk:1-28708
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-03-01 22:09:47 UTC (rev 28708)
+++ extra-x86_64/PKGBUILD 2009-03-01 22:10:22 UTC (rev 28709)
@@ -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