index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-08-29 02:49:29 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-09-18 21:53:21 +1000 |
commit | d03409ccde5a995f19e40a12d61b22be9d4c3af7 (patch) | |
tree | 71abfea607817f6804219fd8cba734aa28e9df3f /scripts | |
parent | 62eef5bbdb025d9557a1609760b42d7fbac16ad2 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 89a31148..3c6aa39e 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -54,7 +54,7 @@ splitpkg_overrides=('pkgdesc' 'arch' 'url' 'license' 'groups' 'depends' 'options' 'install' 'changelog') readonly -a build_options splitpkg_overrides -known_hash_algos=('md5' 'sha1' 'sha224' 'sha256' 'sha384' 'sha512' 'whirlpool') +known_hash_algos=('md5' 'sha1' 'sha224' 'sha256' 'sha384' 'sha512') # Options ASDEPS=0 |