[arch-commits] Commit in ocaml/trunk (PKGBUILD)
Jürgen Hötzel
juergen at archlinux.org
Tue Nov 15 17:54:32 UTC 2016
Date: Tuesday, November 15, 2016 @ 17:54:31
Author: juergen
Revision: 280841
upgpkg: ocaml 4.04.0-1
Modified:
ocaml/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-15 17:43:45 UTC (rev 280840)
+++ PKGBUILD 2016-11-15 17:54:31 UTC (rev 280841)
@@ -3,7 +3,7 @@
pkgbase='ocaml'
pkgname=('ocaml' 'ocaml-compiler-libs')
-pkgver=4.03.0
+pkgver=4.04.0
pkgrel=1
pkgdesc="A functional language with OO extensions"
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
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.03/${pkgname}-${pkgver}.tar.xz)
-md5sums=('89f62881e03dfad0cf04991fbc03f955')
+source=(http://caml.inria.fr/distrib/ocaml-${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('1878ba4338e4fad5b057428e182fba806c545d57')
options=('!makeflags' '!emptydirs' 'staticlibs')
build() {
More information about the arch-commits
mailing list