From 9254c01ed3183e39dc0b16bd63f877ecdba7be1a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 4 Nov 2018 15:16:12 -0200 Subject: [PATCH] git-crypt: rebuild against libressl-2.8 --- srcpkgs/git-crypt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git-crypt/template b/srcpkgs/git-crypt/template index 5a2d0eca6a6..ecf80601749 100644 --- a/srcpkgs/git-crypt/template +++ b/srcpkgs/git-crypt/template @@ -1,7 +1,7 @@ # Template file for 'git-crypt' pkgname=git-crypt version=0.6.0 -revision=3 +revision=4 build_style=gnu-makefile make_use_env=yes makedepends="libressl-devel"