https://build.opensuse.org/package/show/home:oleg_antonyan/obs-service-recompress - a link to https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-recompress in my home project cannot be built: “nothing provides gzip, nothing provides bzip2, nothing provides xz”
But these packages are there in Arch. What’s wrong? Original project https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-recompress also has this same problem
Ok, this is was actually easy: unnescessory “,”
In PKGBUILD:
- depends=(‘gzip’, ‘bzip2’, ‘xz’, ‘zstd’)
+depends=(‘gzip’ ‘bzip2’ ‘xz’ ‘zstd’)