By now, the python-jinja and python-pygments packages are available in
community.

The attached patch 0001-Fix-some-check_libraries-for-arch.patch contains
the commit, you can apply it with

    git am 0001-Fix-some-check_libraries-for-arch.patch

Cheers,
Thorsten
From be819e6f4419679ad5402e3d7af2d627482bbace Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thorsten=20Wi=C3=9Fmann?= <[email protected]>
Date: Sat, 10 Jan 2015 13:23:56 +1100
Subject: [PATCH] Fix some check_libraries() for arch

By now, the python-jinja and python-pygments packages are available in
community.
---
 qutebrowser/misc/earlyinit.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qutebrowser/misc/earlyinit.py b/qutebrowser/misc/earlyinit.py
index f226378..eda1e3f 100644
--- a/qutebrowser/misc/earlyinit.py
+++ b/qutebrowser/misc/earlyinit.py
@@ -234,14 +234,14 @@ def check_libraries():
         'jinja2':
             _missing_str("jinja2",
                          debian="apt-get install python3-jinja2",
-                         arch="Install python-jinja from the AUR",
+                         arch="Install python-jinja from community",
                          windows="Install from http://www.lfd.uci.edu/";
                                  "~gohlke/pythonlibs/#jinja2 or via pip.",
                          pip="jinja2"),
         'pygments':
             _missing_str("pygments",
                          debian="apt-get install python3-pygments",
-                         arch="Install python-jinja from the AUR",
+                         arch="Install python-pygments from community",
                          windows="Install from http://www.lfd.uci.edu/";
                                  "~gohlke/pythonlibs/#pygments or via pip.",
                          pip="pygments"),
-- 
2.1.3

Attachment: pgpqGLwym0ZXY.pgp
Description: PGP signature

Reply via email to