Date: Monday, December 20, 2021 @ 21:42:04 Author: felixonmars Revision: 432847
upgpkg: ocaml-integers 0.5.1-1 Modified: ocaml-integers/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-20 21:40:13 UTC (rev 432846) +++ PKGBUILD 2021-12-20 21:42:04 UTC (rev 432847) @@ -1,16 +1,16 @@ # Maintainer: Jürgen Hötzel <[email protected]> pkgname=ocaml-integers -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=1 pkgdesc='Library for binding to C libraries using pure OCaml' -arch=('i686' 'x86_64') +arch=('x86_64') url=https://github.com/ocamllabs/ocaml-integers license=('custom') options=('!strip') makedepends=('dune' 'ocaml-topkg' 'ocaml-findlib' 'ocaml-compiler-libs>=4.12.0' 'ocamlbuild' 'opam') source=("$pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/$pkgname/archive/$pkgver.tar.gz") -sha256sums=('b0116f785d62d03ad8873bdaededcdc637aeca6709318ed343f9cc5568bfa1f2') +sha256sums=('f608ce98caf41ddb4eea90e8673bb8ff35acb07ef951bc0bf75b5989ef9b36b8') build() {
