From c629bb2206022432566f4d0f4023553c0861975f Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 10 Feb 2018 10:51:29 +0000 Subject: [PATCH] libgit2: rebuild against http-parser-2.8.0 --- srcpkgs/libgit2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index 18e9ebf3508..705f2332de0 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -1,7 +1,7 @@ # Template file for 'libgit2' pkgname=libgit2 version=0.26.0 -revision=1 +revision=2 build_style=cmake hostmakedepends="python git pkg-config" makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel"