From b3938b7b398abe7c9382f93bbaf173ef437f697e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 9 Apr 2018 11:40:55 +0200 Subject: [PATCH] unison: update to 2.51.2. Closes #13316. Signed-off-by: Enno Boland --- srcpkgs/unison/patches/musl.patch | 4 ++-- srcpkgs/unison/template | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/srcpkgs/unison/patches/musl.patch b/srcpkgs/unison/patches/musl.patch index 7203e16f18b..15f06cb74d8 100644 --- a/srcpkgs/unison/patches/musl.patch +++ b/srcpkgs/unison/patches/musl.patch @@ -1,5 +1,5 @@ ---- fsmonitor/linux/inotify_stubs.c -+++ fsmonitor/linux/inotify_stubs.c +--- src/fsmonitor/linux/inotify_stubs.c ++++ src/fsmonitor/linux/inotify_stubs.c @@ -35,7 +35,7 @@ #define GLIBC_SUPPORT_INOTIFY 0 #endif diff --git a/srcpkgs/unison/template b/srcpkgs/unison/template index 2a91be00c41..2bd3faf8d0e 100644 --- a/srcpkgs/unison/template +++ b/srcpkgs/unison/template @@ -1,22 +1,21 @@ # Template file for 'unison' pkgname="unison" -version=2.48.4 -revision=4 +version=2.51.2 +revision=1 +hostmakedepends="ocaml" short_desc="A file-synchronization tool" maintainer="allan " license="GPL-3" homepage="http://www.cis.upenn.edu/~bcpierce/unison/" -distfiles="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/${pkgname}-${version}.tar.gz" -checksum=30aa53cd671d673580104f04be3cf81ac1e20a2e8baaf7274498739d59e99de8 -hostmakedepends="ocaml" +distfiles="https://github.com/bcpierce00/unison/archive/v${version}.tar.gz" +checksum=a2efcbeab651be6df69cc9b253011a07955ecb91fb407a219719451197849d5e nocross=yes -wrksrc="src" export OCAMLPARAM="safe-string=0,_" do_build() { CFLAGS= make UISTYLE=text DEBUGGING=false THREADS=true } do_install() { - vbin unison - vbin unison-fsmonitor + vbin src/unison + vbin src/unison-fsmonitor }