diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-17 21:14:00 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-17 21:14:00 -0400 |
commit | 3a77e496a160b2767175c8cc208466ba121b621d (patch) | |
tree | abe5713b9ae4c5713a72c40aaef5d6a68cf12420 /pcr/onioncat/PKGBUILD | |
parent | 1b481c5a032d19eb0914592d775c7bc81a22f417 (diff) | |
download | abslibre-3a77e496a160b2767175c8cc208466ba121b621d.tar.gz abslibre-3a77e496a160b2767175c8cc208466ba121b621d.tar.bz2 abslibre-3a77e496a160b2767175c8cc208466ba121b621d.zip |
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/onioncat/PKGBUILD')
-rw-r--r-- | pcr/onioncat/PKGBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pcr/onioncat/PKGBUILD b/pcr/onioncat/PKGBUILD index 0766a84d3..735d2a6e1 100644 --- a/pcr/onioncat/PKGBUILD +++ b/pcr/onioncat/PKGBUILD @@ -18,8 +18,6 @@ validpgpkeys=('98678E06063007E4A1F0B9C59BD601668E24F29D') # Bernhard R. Fischer sha512sums=('a6638a582e321ce1969ac70d73c52b828e1dfb0ca25ee33a18c811d5a972603bff8ff510a1b833259ea4184843dc6d1e2c2892809ca437180d79e0bbd4a79bb6' 'SKIP') -whirlpoolsums=('0eaca1e3af722db8fbd197e7403427d51bc37e31c0502f48452a4674d7cfe1c2c7952fec9c4a48b32f8319bdfede1fd569a9d014ff9c5a2ceefea5b1f039e697' - 'SKIP') build() { cd "${pkgname}-${pkgver}" |