vn971 / rua

Build tool for Arch Linux providing control, review and jailed build options
GNU General Public License v3.0
425 stars 42 forks source link

fix #102 #104

Closed bugsbugsbux closed 4 years ago

bugsbugsbux commented 4 years ago

fixes #102 by changing non-existent lz dependency to xz, which is the one listed on the aur page

vn971 commented 4 years ago

Hi, thanks for the pull request! The lz package was certainly not a typo, this package was available in pacman, and needed for RUA to work. Now, however, it seems that xz provides both the library and CLI tools for LZMA, so probably we don't need lz or its alternatives anymore. Thanks for raising awareness for that! I need to update the depends section on AUR itself as well. Will do shortly.

vn971 commented 4 years ago

UPD: in the PKGBUILD it is xz already, so maybe it is an older mistake after all. Anyway, merged, and thanks again!