From d949f23a3897b685d4ba6afa3711b80c81eca32e Mon Sep 17 00:00:00 2001 From: Wilson Birney Date: Tue, 8 May 2018 10:06:13 -0400 Subject: [PATCH] pijul: update to 0.10.0 Closes #14244. Signed-off-by: Enno Boland --- srcpkgs/pijul/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/pijul/template b/srcpkgs/pijul/template index ce345740f79..256a20a1abe 100644 --- a/srcpkgs/pijul/template +++ b/srcpkgs/pijul/template @@ -1,19 +1,19 @@ # Template file for 'pijul' pkgname=pijul -version=0.8.3 +version=0.10.0 revision=1 -build_wrksrc=$pkgname -hostmakedepends="cargo" +hostmakedepends="cargo pkg-config" +makedepends="libsodium-devel libressl-devel" short_desc="Distributed version control system based on patches" maintainer="Toyam Cox " license="GPL-2" homepage="https://pijul.org/" distfiles="https://pijul.org/releases/pijul-${version}.tar.gz" -checksum=45ef9ca3ae9d62953731b0c4b88c78fda7efae48e6970454c20581d49e10d4f6 +checksum=da3fcba4ab39a4371cda7273691364c2355c9b216bb7867d92dae5812ebb71d2 nocross=rustcant do_build() { - cargo build --release + cargo build --release ${makejobs} } do_install() {