summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-03-06 07:42:09 +0100
committerDan McGee <dan@archlinux.org>2007-03-06 07:42:09 +0100
commita50105bede6e14918da5c1646701ac409b961053 (patch)
tree4de6cc46ae0b603ef5cc47d8113d9f1e048e89e5
parent294eff60219bb023b9934026331b162bfbb7dc0c (diff)
downloadpacman-a50105bede6e14918da5c1646701ac409b961053.tar.gz
pacman-a50105bede6e14918da5c1646701ac409b961053.tar.xz
* Remove sha1 checksums for now from the INTEGRITY_CHECK array.
-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 a5618cf7..13427f5d 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -58,7 +58,7 @@ BUILDENV=(fakeroot !distcc color !ccache)
OPTIONS=(strip !docs libtool emptydirs)
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
-INTEGRITY_CHECK=(md5 sha1)
+INTEGRITY_CHECK=(md5)
#-- Info and doc directories to remove (if option set correctly above)
DOC_DIRS=(usr/{,share/}{info,doc} opt/gnome/{,share/}{info,doc,gtk-doc})