-
Arch: nothing provides gzip,, nothing provides bzip2,, nothing provides xz
https://build.opensuse.org/package/s...ice-recompress - a link to https://build.opensuse.org/package/s...ice-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/s...ice-recompress also has this same problem
-
Re: Arch: nothing provides gzip,, nothing provides bzip2,, nothing provides xz
Ok, this is was actually easy: unnescessory ","
In PKGBUILD:
- depends=('gzip', 'bzip2', 'xz', 'zstd')
+depends=('gzip' 'bzip2' 'xz' 'zstd')
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks