summaryrefslogtreecommitdiff
path: root/pcr/xwinwrap
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-17 21:14:00 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-09-17 21:14:00 -0400
commit3a77e496a160b2767175c8cc208466ba121b621d (patch)
treeabe5713b9ae4c5713a72c40aaef5d6a68cf12420 /pcr/xwinwrap
parent1b481c5a032d19eb0914592d775c7bc81a22f417 (diff)
Remove whirlpoolsums=()
whirlpoolsums has been broken since makepkg 5.1, and it is being removed instead of fixed. Packages that use it will need to migrate to a different checksum at their next rebuild. Fortunately, all packages with whirlpoolsums=() also set sha512sums=().
Diffstat (limited to 'pcr/xwinwrap')
-rw-r--r--pcr/xwinwrap/PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/pcr/xwinwrap/PKGBUILD b/pcr/xwinwrap/PKGBUILD
index ce0a3de41..9c38e6396 100644
--- a/pcr/xwinwrap/PKGBUILD
+++ b/pcr/xwinwrap/PKGBUILD
@@ -25,10 +25,6 @@ sha512sums=('4465aa846bf7cda3826e2d01a1c768de9099cbefbfa0fa891c46b056e369362b9e3
'e9d9a7489e11d5c6eee86970df4b5d6ee2cb87b512dc80bce2edcc429757371562495de3a98f0cd16a9cba8423e0c37efad9b925f94e12bf287cf6f94d49ee1c'
'SKIP'
'SKIP')
-whirlpoolsums=('4b86c028b960d59f1c97545173fe51bb6d159cbeb0bd141a99c9debaa64f056ae08f5541a058a787d331dcdfa78c406ed242a426c1f4390dbf8afa3e4537fdea'
- '3186c04e3822c1655e22a00253e1bf4980f3065a026074647f60b38b330db9e13fd5e3f15c5f5f4a3bd6c286460054cddf2ad43b371798ef96d741f648309785'
- 'SKIP'
- 'SKIP')
prepare(){
sed -i "s/-lX11/-mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lX11/" Makefile ## Stronger compilation security