AUR: Archlinux now has several package formats

master
Yves G 2020-08-17 19:43:30 +02:00
parent 94bc0c9392
commit 7165a3ef48
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
- name: AUR → {{pkg_name}} → install package
shell: |
pacman --noconfirm --noprogressbar --needed -U *.pkg.tar.xz
pacman --noconfirm --noprogressbar --needed -U *.pkg.tar.*
args:
chdir: /var/tmp/{{aurjson.json.results[0].PackageBase}}
become: false