From 6aae21e666601687011f4de5749189d5fde950e0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 29 May 2018 16:26:32 -0400 Subject: librefetch: Update for makepkg 5.1 --- src/librefetch/librefetch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/librefetch/librefetch') diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch index 04dcfd2..e96b866 100755 --- a/src/librefetch/librefetch +++ b/src/librefetch/librefetch @@ -1,7 +1,7 @@ #!/usr/bin/env bash # librefetch # -# Copyright (C) 2013-2017 Luke Shumaker +# Copyright (C) 2013-2018 Luke Shumaker # # For just the create_signature() function: # Copyright (C) 2006-2013 Pacman Development Team @@ -346,7 +346,8 @@ checkdepends=() ; unset "checkdepends_${CARCH}" makedepends=("${mkdepends[@]}") ; unset "makedepends_${CARCH}" #### -options=(!strip docs libtool staticlibs emptydirs !zipman purge !upx !optipng !debug) +# See packaging_options in the makepkg source +options=(!strip docs libtool staticlibs emptydirs !zipman !debug purge) PURGE_TARGETS=(.bzr/ .cvs/ .git/ .hg/ .svn/ .makepkg/) #### -- cgit v1.2.2