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/antimicro | |
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/antimicro')
-rw-r--r-- | pcr/antimicro/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pcr/antimicro/PKGBUILD b/pcr/antimicro/PKGBUILD index 7abf10a0c..5a63c555c 100644 --- a/pcr/antimicro/PKGBUILD +++ b/pcr/antimicro/PKGBUILD @@ -13,7 +13,6 @@ depends=('libxkbcommon-x11' 'libxtst' 'qt5-base' 'sdl2' 'shared-mime-info' 'desk makedepends=('cmake' 'gettext' 'itstool' 'qt5-tools') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AntiMicro/${pkgname}/archive/${pkgver}.tar.gz") sha512sums=('cd58b5a9771d35fc937306a3452e8776ef754bb5a4fa44aeedb735d8366a38b318c1bf14f105bf8003e4264c35f129224becdade32d2a7b61067ec5a705a1e7e') -whirlpoolsums=('a2dca98c175b6ad318e57583fbad2f6caca6245d33b526219e13ecfdc18a6da54a6c8ee9545c41786f155f0ade8d4af1dcafc636ff847d2ffbab629c5aae92f7') |