summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Straube <michael.straube@posteo.de>2018-07-02 00:11:51 +0200
committerAllan McRae <allan@archlinux.org>2018-07-27 10:21:58 +1000
commit757e85b21df62bf6c8e7d8c0642c1e93735aabce (patch)
tree8e61b9595491b3a0303d0e7826f911511ad673fa /etc
parent41cbea29b404616bbd2b6f22eb269bbc83ac9fb4 (diff)
downloadpacman-757e85b21df62bf6c8e7d8c0642c1e93735aabce.tar.xz
makepkg.conf: add missing sha224 sums
Add missing sha224 sums to makepkg.conf and it's man page. Signed-off-by: Michael Straube <michael.straube@posteo.de> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 1cf79664..e2f9b5fd 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -87,7 +87,7 @@ BUILDENV=(!distcc color !ccache check !sign)
#
OPTIONS=(strip docs libtool staticlibs emptydirs zipman purge !debug)
-#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
+#-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512
INTEGRITY_CHECK=(md5)
#-- Options to be used when stripping binaries. See `man strip' for details.
STRIP_BINARIES="@STRIP_BINARIES@"