Emacs 29 has been released! Remove building from the aur.
This commit is contained in:
parent
762831b4ec
commit
82777c2265
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user