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

Jürgen Hötzel juergen at archlinux.org
Tue Nov 15 18:04:46 UTC 2016


    Date: Tuesday, November 15, 2016 @ 18:04:45
  Author: juergen
Revision: 280843

upgpkg: ocamlbuild 0.9.3-1

Modified:
  ocamlbuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-15 17:59:06 UTC (rev 280842)
+++ PKGBUILD	2016-11-15 18:04:45 UTC (rev 280843)
@@ -2,16 +2,16 @@
 # Maintainer: Jürgen Hötzel <juergen at hoetzel.info>
 
 pkgname=ocamlbuild
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc='Build tool, that has built-in rules for building OCaml library and programs'
 arch=('x86_64' 'i686')
 license=('GPL2')
 url='https://github.com/ocaml/ocamlbuild/releases'
-depends=('ocaml>=4.03.0')
+depends=('ocaml>=4.04.0')
 options=('!makeflags')
 source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz")
-md5sums=('b8c90bac4e54e3b5b8243c4845122dd2')
+sha1sums=('16d15d90689b3748a2727e02e03c99a8c2d9ccc7')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list