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

Jürgen Hötzel juergen at archlinux.org
Fri Aug 16 05:57:33 UTC 2019


    Date: Friday, August 16, 2019 @ 05:57:32
  Author: juergen
Revision: 359870

OCaml 4.08 update/rebuild

Modified:
  ocaml-integers/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-16 05:56:34 UTC (rev 359869)
+++ PKGBUILD	2019-08-16 05:57:32 UTC (rev 359870)
@@ -1,8 +1,8 @@
 # Maintainer: Jürgen Hötzel <juergen at archlinux.org>
 
 pkgname=ocaml-integers
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
 pkgdesc='Library for binding to C libraries using pure OCaml'
 arch=('i686' 'x86_64')
 url=https://github.com/ocamllabs/ocaml-integers
@@ -9,13 +9,13 @@
 license=('custom')
 options=('!strip')
 makedepends=('ocaml-topkg' 'ocaml-findlib' 'ocaml-compiler-libs' 'ocamlbuild' 'opam')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('f966342ad19682d4d5ade1e202388a81')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/$pkgname/archive/$pkgver.tar.gz")
+md5sums=('28715567848f07aa688a09496041731b')
 
 
 build() {
   cd ${pkgname}-$pkgver
-  make
+  dune build --profile release
 }
 
 package() {



More information about the arch-commits mailing list