Date: Thursday, May 18, 2023 @ 19:37:48 Author: juergen Revision: 478024
upgpkg: ocaml-integers 0.7.0-2 Modified: ocaml-integers/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-18 19:37:25 UTC (rev 478023) +++ PKGBUILD 2023-05-18 19:37:48 UTC (rev 478024) @@ -2,13 +2,13 @@ pkgname=ocaml-integers pkgver=0.7.0 -pkgrel=1 +pkgrel=2 pkgdesc='Library for binding to C libraries using pure OCaml' arch=('x86_64') url=https://github.com/ocamllabs/ocaml-integers license=('custom') options=('!strip') -makedepends=('dune' 'ocaml-topkg' 'ocaml-findlib' 'ocaml-compiler-libs>=4.14.0' 'ocamlbuild' 'opam' 'ocaml-stdlib-shims') +makedepends=('dune' 'ocaml-topkg' 'ocaml-findlib' 'ocaml-compiler-libs' 'ocamlbuild' 'opam' 'ocaml-stdlib-shims') source=("$pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/$pkgname/archive/$pkgver.tar.gz") sha256sums=('8bb517fa9a1818246eb8c4ce34ee1489fbebb4b92defa3a25d13cab8d23ec685')