diff options
| -rw-r--r-- | makepkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makepkg.conf b/makepkg.conf index 92af8df..bcc1cb2 100644 --- a/makepkg.conf +++ b/makepkg.conf @@ -94,7 +94,7 @@ BUILDENV=(!distcc color !ccache check sign) OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug !lto) #-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2 -INTEGRITY_CHECK=(sha256) +INTEGRITY_CHECK=(sha512 b2) #-- Options to be used when stripping binaries. See `man strip' for details. STRIP_BINARIES="--strip-all" #-- Options to be used when stripping shared libraries. See `man strip' for details. |
