index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2020-01-23 12:14:14 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-01-28 10:46:26 +1000 |
commit | 21af79860403f9120d2c0412a95ec97d06368e11 (patch) | |
tree | 44961845d694432a85a70cf25f702ff181a1d95a /etc | |
parent | c3852ff42569542b787d9e49289f5358ad22f900 (diff) |
-rw-r--r-- | etc/makepkg.conf.in | 4 |
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index caf5114b..1c7988d2 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -89,8 +89,8 @@ BUILDENV=(!distcc color !ccache check !sign) # OPTIONS=(strip docs libtool staticlibs emptydirs zipman purge !debug) -#-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2 -INTEGRITY_CHECK=(md5) +#-- File integrity checks to use. Valid: ck, md5, sha1, sha224, sha256, sha384, sha512, b2 +INTEGRITY_CHECK=(ck) #-- Options to be used when stripping binaries. See `man strip' for details. STRIP_BINARIES="@STRIP_BINARIES@" #-- Options to be used when stripping shared libraries. See `man strip' for details. |