Couple of small pkg/dep fixes

- chirp requires hamradio-menus
- masterpdfeditor-qt5 is now called masterpdfeditor
- wormhole requires python-ipaddress
This commit is contained in:
John Shuping 2017-02-18 07:20:29 -05:00
parent aa10a99caa
commit c20f91e54c
3 changed files with 7 additions and 3 deletions

View file

@ -54,8 +54,8 @@
- name: Install texlive-core
pacman: name=texlive-core state=present
- name: Install masterpdfeditor-qt5
aur: name=masterpdfeditor-qt5 user={{ user.name }}
- name: Install masterpdfeditor
aur: name=masterpdfeditor user={{ user.name }}
tags:
- aur

View file

@ -1,5 +1,8 @@
---
- name: Install CHIRP
aur: name=chirp user={{ user.name }}
aur: name={{ item }} user={{ user.name }}
with_items:
- hamradio-menus
- chirp
tags:
- aur

View file

@ -6,6 +6,7 @@
- python-spake2
- python-humanize
- python-tqdm
- python-ipaddress
- magic-wormhole
tags:
- aur