mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 10:25:39 +00:00
replace AUR packages for git-annex and pandoc
These both have a bunch of haskell dependencies, but now that git-annex is available in Community enough of the dependencies are shared between them that it seems worthwhile to do this. Fewer AUR packages is more better.
This commit is contained in:
parent
70e0d28703
commit
75fbc07fd8
2 changed files with 2 additions and 6 deletions
|
|
@ -1,8 +1,6 @@
|
|||
---
|
||||
- name: Install git-annex
|
||||
aur: name=git-annex-bin user={{ user.name }} skip_pgp=yes
|
||||
tags:
|
||||
- aur
|
||||
pacman: name=git-annex state=present
|
||||
|
||||
- name: Push git-annex assistant service file
|
||||
copy: src=git-annex.service dest=/etc/systemd/system/git-annex@.service
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
pacman: name=simple-scan state=present
|
||||
|
||||
- name: Install pandoc
|
||||
aur: name=pandoc-bin user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
pacman: name=pandoc state=present
|
||||
|
||||
- name: Install masterpdfeditor-qt5
|
||||
aur: name=masterpdfeditor-qt5 user={{ user.name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue