From a8c69a516a9bc9278026a76057d05072c6d577d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 10 Apr 2018 22:53:53 +0200 Subject: [PATCH] Correct the libarchive build dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Ĺ abata --- zathura-cb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 4d9dbbc..6ec96a2 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -14,7 +14,7 @@ BuildRequires: gcc BuildRequires: girara-devel # Needed to validate appdata BuildRequires: libappstream-glib -BuildRequires: libarchive +BuildRequires: libarchive-devel BuildRequires: meson >= 0.43 BuildRequires: zathura-devel >= 0.3.8 Requires: zathura >= 0.3.8