mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-25 00:50:05 +00:00
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:
parent
aa10a99caa
commit
c20f91e54c
3 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
- python-spake2
|
||||
- python-humanize
|
||||
- python-tqdm
|
||||
- python-ipaddress
|
||||
- magic-wormhole
|
||||
tags:
|
||||
- aur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue