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

Laurent Carlier lcarlier at archlinux.org
Thu Nov 6 19:48:56 UTC 2014


    Date: Thursday, November 6, 2014 @ 20:48:56
  Author: lcarlier
Revision: 122064

upgpkg: ocaml-findlib 1.5.3-1

upstream update 1.5.3, currently not able to build the latest one

Modified:
  ocaml-findlib/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-06 18:35:37 UTC (rev 122063)
+++ PKGBUILD	2014-11-06 19:48:56 UTC (rev 122064)
@@ -5,8 +5,8 @@
 # Contributor: scj <scj archlinux us>
 
 pkgname=ocaml-findlib
-pkgver=1.4
-pkgrel=2
+pkgver=1.5.3
+pkgrel=1
 license=('MIT')
 arch=('i686' 'x86_64')
 pkgdesc='Objective Caml (OCaml) package manager'
@@ -14,7 +14,7 @@
 depends=('ocaml')
 source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
 options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('5d1f8238c53964fdd14387b87b48b5d9')
+md5sums=('687b9dfee7d9d380d2eabe62bab67f09')
 
 build() {
   cd "$srcdir/findlib-$pkgver"



More information about the arch-commits mailing list