Date: Saturday, August 29, 2020 @ 13:10:13 Author: juergen Revision: 394896
OCaml 4.11.0 rebuild Modified: unison/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-29 13:09:58 UTC (rev 394895) +++ PKGBUILD 2020-08-29 13:10:13 UTC (rev 394896) @@ -3,7 +3,7 @@ pkgname=unison pkgver=2.51.2 -pkgrel=9 +pkgrel=10 pkgdesc='File-synchronization tool' #url='https://github.com/bcpierce00/unison/' url='https://www.cis.upenn.edu/~bcpierce/unison/' @@ -10,7 +10,7 @@ arch=('x86_64') license=('GPL2') optdepends=('gtk2: graphical interface') -makedepends=('ocaml' 'emacs' 'lablgtk2') +makedepends=('ocaml>=4.11.0' 'emacs' 'lablgtk2') source=("https://github.com/bcpierce00/unison/archive/v${pkgver}.tar.gz" 'large.patch' '4.08-compatibility.patch'
