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:
Pig Monkey 2016-01-20 19:33:01 -08:00
parent 70e0d28703
commit 75fbc07fd8
2 changed files with 2 additions and 6 deletions

View file

@ -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

View file

@ -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 }}