Date: Sunday, November 19, 2017 @ 09:54:35 Author: arojas Revision: 310427
Update to 0.12.0 Modified: ocamlbuild/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-19 01:31:26 UTC (rev 310426) +++ PKGBUILD 2017-11-19 09:54:35 UTC (rev 310427) @@ -2,8 +2,8 @@ # Maintainer: Jürgen Hötzel <[email protected]> pkgname=ocamlbuild -pkgver=0.11.0 -pkgrel=3 +pkgver=0.12.0 +pkgrel=1 pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' arch=('x86_64') license=('GPL2') @@ -11,7 +11,7 @@ depends=('ocaml>=4.04.0') options=('!makeflags') source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz") -sha1sums=('f678cbd00942e0d863da018783f62cbdaad96b24') +sha1sums=('ac8024b4ed6d92a5871dc218259a683808753b1f') build() { cd "$srcdir/$pkgname-$pkgver"
