Search Criteria
Package Details: libdeflate 1.7-2
Git Clone URL: | https://aur.archlinux.org/libdeflate.git (read-only, click to copy) |
---|---|
Package Base: | libdeflate |
Description: | Heavily optimized library for DEFLATE/zlib/gzip compression and decompression |
Upstream URL: | https://github.com/ebiggers/libdeflate |
Licenses: | |
Submitter: | Chocobo1 |
Maintainer: | Chocobo1 |
Last Packager: | Chocobo1 |
Votes: | 1 |
Popularity: | 0.47 |
First Submitted: | 2017-04-20 12:11 |
Last Updated: | 2020-11-10 05:51 |
Latest Comments
Chocobo1 commented on 2017-08-19 12:20
>Hey there, I found a mistake in your PKGBUILD. Namcap reveals it:
Thank you! I've fixed it.
sekret commented on 2017-08-19 09:53
Hey there, I found a mistake in your PKGBUILD. Namcap reveals it:
Checking libdeflate-0.8-2-x86_64.pkg.tar.xz
libdeflate E: Symlink (usr/bin/libdeflate-gunzip) points to non-existing /build/libdeflate/pkg/libdeflate/usr/bin/libdeflate-gzip
What causes this is the line
ln -s "$pkgdir/usr/bin/libdeflate-gzip" "$pkgdir/usr/bin/libdeflate-gunzip"
This symlink needs to point to /usr/bin/libdeflate-gzip directly. Please change this line to
ln -s "/usr/bin/libdeflate-gzip" "$pkgdir/usr/bin/libdeflate-gunzip"