Date: Thursday, May 18, 2023 @ 19:42:32 Author: juergen Revision: 478026
upgpkg: ocaml-result 1.5-8 Modified: ocaml-result/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-18 19:37:52 UTC (rev 478025) +++ PKGBUILD 2023-05-18 19:42:32 UTC (rev 478026) @@ -3,12 +3,12 @@ _pkgname=result pkgname=ocaml-${_pkgname} pkgver=1.5 -pkgrel=7 +pkgrel=8 pkgdesc="Compatibility Result module" arch=('i686' 'x86_64' 'armv7h') url="https://github.com/janestreet/result" license=('BSD') -depends=('ocaml>=4.14.0') +depends=('ocaml') makedepends=('ocaml-findlib' 'dune') options=('!strip') source=("https://github.com/janestreet/result/archive/${pkgver}.tar.gz")