diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-13 17:11:33 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-02-07 09:48:32 +0100 |
commit | 7a3a3876a8bea154c27f903ea9a3a7fc9fe4283e (patch) | |
tree | 08b1435dacc4bfcb08cdec0a0269ab920cdb2d04 /INSTALL | |
parent | f8b3cb97e54f9de73c6c2fca0cfade7e1657f1e4 (diff) | |
download | aurweb-7a3a3876a8bea154c27f903ea9a3a7fc9fe4283e.tar.xz |
git-update: Replace aurinfo.py with python-srcinfo
python-srcinfo is a more transparent and simpler library for parsing
SRCINFO files.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ Setup on Arch Linux 7) Install needed Python modules: - # pacman -S python-mysql-connector python-pygit2 + # pacman -S python-mysql-connector python-pygit2 python-srcinfo 8) Install the git-auth wrapper script: |