Date: Friday, March 8, 2019 @ 19:08:29 Author: arojas Revision: 347459
Update to 0.14.0 Modified: ocamlbuild/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-08 18:59:31 UTC (rev 347458) +++ PKGBUILD 2019-03-08 19:08:29 UTC (rev 347459) @@ -1,8 +1,8 @@ # Maintainer: Jürgen Hötzel <[email protected]> pkgname=ocamlbuild -pkgver=0.13.1 -pkgrel=2 +pkgver=0.14.0 +pkgrel=1 pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' arch=('x86_64') license=('GPL2') @@ -9,8 +9,8 @@ url='https://github.com/ocaml/ocamlbuild/releases' depends=('ocaml>=4.04.0') options=('!makeflags') -source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz") -sha1sums=('092907719d184ca5ada87958eea1866e83b0fd51') +source=($pkgname-$pkgver.tar.gz::"https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz") +sha256sums=('87b29ce96958096c0a1a8eeafeb6268077b2d11e1bf2b3de0f5ebc9cf8d42e78') build() { cd $pkgname-$pkgver @@ -22,5 +22,3 @@ cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } - -
