[arch-commits] Commit in ocaml/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Tue Sep 9 14:08:15 UTC 2014
Date: Tuesday, September 9, 2014 @ 16:08:15
Author: tpowa
Revision: 221335
upgpkg: ocaml 4.02.0-1
bump to latest version
Modified:
ocaml/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-09-09 14:02:11 UTC (rev 221334)
+++ PKGBUILD 2014-09-09 14:08:15 UTC (rev 221335)
@@ -3,8 +3,8 @@
pkgbase='ocaml'
pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.01.0
-pkgrel=3
+pkgver=4.02.0
+pkgrel=1
pkgdesc="A functional language with OO extensions"
arch=('i686' 'x86_64')
license=('LGPL2.1' 'custom: QPL-1.0')
@@ -12,7 +12,7 @@
depends=('gdbm')
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)
+source=(http://caml.inria.fr/distrib/ocaml-4.02/${pkgname}-${pkgver}.tar.gz)
options=('!makeflags' '!emptydirs' 'staticlibs')
build() {
@@ -54,4 +54,4 @@
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
}
-md5sums=('04dfdd7da189462a4f10ec6530359cef')
+md5sums=('8bba7e7d872083af1723dd450e07a5f4')
More information about the arch-commits
mailing list