Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=af38085d2a34b1e64d8ce5a0d77cd713e9663c0d
commit af38085d2a34b1e64d8ce5a0d77cd713e9663c0d Author: crazy <[email protected]> Date: Tue Jan 30 18:58:33 2018 +0100 pacman-tools-1.3.4-8-x86_64 * put in fblint support for nonow and noprotector diff --git a/source/devel/pacman-tools/0001-fblint.patch b/source/devel/pacman-tools/0001-fblint.patch index 60b9a1f..a272c9e 100644 --- a/source/devel/pacman-tools/0001-fblint.patch +++ b/source/devel/pacman-tools/0001-fblint.patch @@ -16,7 +16,7 @@ index 7a3a331..ec660d5 100755 check "empty option" "[ -z \"$option\" ]" check "valid first group" "! echo $groups |grep -q -- - || echo $groups|grep -q -- -extra$" -check "valid options()" "[ -z \"$(echo ${options[@]}|tr ' ' '\n' |grep -v '\(nodocs\|nostrip\|force\|nobuild\|nofakeroot\|scriptlet\|stick\|nomirror\|noversrc\|noccache\|asneeded\|noasneeded\)')\" ]" -+check "valid options()" "[ -z \"$(echo ${options[@]}|tr ' ' '\n' |grep -v '\(norelro\|nofortify\|libtool\|static\|nodocs\|nostrip\|force\|nobuild\|nofakeroot\|scriptlet\|stick\|nomirror\|noversrc\|noccache\|asneeded\|noasneeded\)')\" ]" ++check "valid options()" "[ -z \"$(echo ${options[@]}|tr ' ' '\n' |grep -v '\(nonow\|noprotector\|norelro\|nofortify\|libtool\|static\|nodocs\|nostrip\|force\|nobuild\|nofakeroot\|scriptlet\|stick\|nomirror\|noversrc\|noccache\|asneeded\|noasneeded\)')\" ]" check "archs" "[ ! -z \"$archs\" ]" check "up2date" "test -n \"`echo $up2date|sed 's/\$(/\\\\\$(/g'`\"" _fblint_have_remote_source=n diff --git a/source/devel/pacman-tools/FrugalBuild b/source/devel/pacman-tools/FrugalBuild index b0f6dd5..5bc5a98 100644 --- a/source/devel/pacman-tools/FrugalBuild +++ b/source/devel/pacman-tools/FrugalBuild @@ -7,7 +7,7 @@ USE_STABLE=${USE_STABLE:-"n"} pkgname=pacman-tools pkgver=1.3.4 Fuse $USE_DEVEL && pkgver=1.1.7.13.g544f9ab -pkgrel=7 +pkgrel=8 pkgdesc="Tools for developers for managing packages" url="http://ftp.frugalware.org/pub/other/pacman-tools" depends=('bash' 'perl>=5.10.0-8' 'pacman-g2>=3.9.0-25' 'wget>=1.11.4-2' _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
