Date: Thursday, May 18, 2023 @ 19:45:06 Author: juergen Revision: 1463101
upgpkg: camlp-streams 5.0.1-2 Modified: camlp-streams/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-18 19:44:13 UTC (rev 1463100) +++ PKGBUILD 2023-05-18 19:45:06 UTC (rev 1463101) @@ -2,13 +2,13 @@ pkgname="camlp-streams" pkgver=5.0.1 _relname=v5.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="The Stream and Genlex libraries for use with Camlp4 and Camlp5." arch=('x86_64') url="https://github.com/ocaml/camlp-streams" license=('BSD') makedepends=('dune') -depends=('ocaml>=4.14.0' 'ocaml-compiler-libs') +depends=('ocaml' 'ocaml-compiler-libs') options=('!strip') source=("camlp-streams-${_relname}.tar.gz::https://github.com/ocaml/camlp-streams/archive/$_relname.tar.gz") sha256sums=('ad71f62406e9bb4e7fb5d4593ede2af6c68f8b0d96f25574446e142c3eb0d9a4')