From 1b810a6c23a0df64f5e2b1582368ec7413dadbe5 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sun, 30 Dec 2018 11:42:00 +0100 Subject: [PATCH] libgit2: rebuild against libhttp_parser.so.2.9 [ci skip] --- srcpkgs/libgit2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index d5426ccd38f..b53405f2531 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -1,7 +1,7 @@ # Template file for 'libgit2' pkgname=libgit2 version=0.27.7 -revision=2 +revision=3 build_style=cmake configure_args="-DTHREADSAFE=ON" hostmakedepends="python git pkg-config"