From c9bad73634d33d1356c62c65cebea34af19b77f9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 15 Aug 2017 17:41:49 +0200 Subject: makepkg.conf: Missing equals sign after variable name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- pacman/makepkg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pacman') diff --git a/pacman/makepkg.conf b/pacman/makepkg.conf index c8d7dd0..5a8e6f4 100644 --- a/pacman/makepkg.conf +++ b/pacman/makepkg.conf @@ -1,5 +1,5 @@ MAKEFLAGS="-j$(nproc)" OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx debug) -INTEGRITY_CHECK(sha256) +INTEGRITY_CHECK=(sha256) PACKAGER="Johannes Löthberg " GPGKEY="50FB9B273A9D0BB5" -- cgit v1.2.3-54-g00ecf