archlinux / archlinux-repro

Tools to reproduce arch linux packages
MIT License
128 stars 35 forks source link

Skip dependency checks for archlinux-keyring #117

Closed foutrelis closed 2 years ago

foutrelis commented 2 years ago

Now that archlinux-keyring depends on pacman we are not able to install it with "pacman -U"; it needs two --nodeps options to ignore the pacman dependency. Passing "-dd" to the pacstrap call treats it as an argument to pacman itself.