Date: Thursday, May 18, 2023 @ 19:36:55 Author: juergen Revision: 478020
upgpkg: ocaml-bigarray-compat 1.1.0-1 Modified: ocaml-bigarray-compat/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-18 19:34:59 UTC (rev 478019) +++ PKGBUILD 2023-05-18 19:36:55 UTC (rev 478020) @@ -1,16 +1,16 @@ # Maintainer: Konstantin Gizdov <arch at kge dot pw> _pkgname='bigarray-compat' pkgname="ocaml-${_pkgname}" -pkgver=1.0.0 -pkgrel=3 +pkgver=1.1.0 +pkgrel=1 pkgdesc="Compatibility library to use Stdlib.Bigarray when possible" arch=(x86_64) url="https://github.com/mirage/bigarray-compat" license=('Apache') -depends=("ocaml>=4.14.0") +depends=("ocaml") makedepends=("ocaml-compiler-libs" "dune") source=("https://github.com/mirage/${pkgname#ocaml-}/archive/refs/tags/v${pkgver}.tar.gz") -sha512sums=('c365fee15582aca35d7b05268cde29e54774ad7df7be56762b4aad78ca1409d4326ad3b34af0f1cc2c7b872837290a9cd9ff43b47987c03bba7bba32fe8a030f') +sha512sums=('bbd9c2b319930db832ae8d41844ef81e74ced9f745f32981f2efcc9777220d55e1e5d6dc2965e9e1a6ed5e0d56ad27c672289f8dc28fbe2658f3230cbda5a800') build() { cd "${srcdir}/${_pkgname}-${pkgver}"