From 0cbd818e71618dc92f95ee872792e1041f0ad7cc Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 11 Feb 2016 22:53:39 +0100 Subject: [PATCH] libgit2: rebuild with http-parser-2.6.1. --- srcpkgs/libgit2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index 60abbbfecb4..6f6c49b46e9 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -1,7 +1,7 @@ # Template file for 'libgit2' pkgname=libgit2 version=0.23.4 -revision=1 +revision=2 build_style=cmake hostmakedepends="cmake python git pkg-config" makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel"