Emacs 29 has been released! Remove building from the aur.

This commit is contained in:
Tom Alexander 2023-07-31 15:34:42 -04:00
parent 762831b4ec
commit 82777c2265
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -1,24 +1,8 @@
- name: Build aur packages
register: buildaur
become_user: "{{ build_user.name }}"
command: "aurutils-sync --no-view {{ item }}"
args:
creates: "/var/cache/pacman/custom/{{ item }}-*.pkg.tar.*"
loop:
- emacs29-git
- name: Update cache
when: buildaur.changed
pacman:
name: []
state: present
update_cache: true
- name: Install packages
package:
name:
- aspell-en
- emacs29-git
- emacs
state: present
- name: Install packages