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 /scripts/libmakepkg/util | |
parent | c3852ff42569542b787d9e49289f5358ad22f900 (diff) |
-rw-r--r-- | scripts/libmakepkg/util/schema.sh.in | 2 |
diff --git a/scripts/libmakepkg/util/schema.sh.in b/scripts/libmakepkg/util/schema.sh.in index b2f119cf..02bfdb86 100644 --- a/scripts/libmakepkg/util/schema.sh.in +++ b/scripts/libmakepkg/util/schema.sh.in @@ -26,7 +26,7 @@ LIBRARY=${LIBRARY:-'@libmakepkgdir@'} source "$LIBRARY/util/util.sh" -known_hash_algos=({md5,sha{1,224,256,384,512},b2}) +known_hash_algos=({ck,md5,sha{1,224,256,384,512},b2}) pkgbuild_schema_arrays=(arch backup checkdepends conflicts depends groups license makedepends noextract optdepends options |