From 120254a77a2a98a21b9ed52196373d0bfd96caca Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 20 Apr 2016 10:04:33 +0200 Subject: [PATCH] libgit2: rebuild against http-parser-2.7.0 --- srcpkgs/libgit2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index 92cdcfec13c..b8f83943518 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -1,7 +1,7 @@ # Template file for 'libgit2' pkgname=libgit2 version=0.24.1 -revision=1 +revision=2 build_style=cmake hostmakedepends="cmake python git pkg-config" makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel"