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/python-unidiff | |
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/python-unidiff')
-rw-r--r-- | pcr/python-unidiff/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pcr/python-unidiff/PKGBUILD b/pcr/python-unidiff/PKGBUILD index d2b75c534..54ebe5afe 100644 --- a/pcr/python-unidiff/PKGBUILD +++ b/pcr/python-unidiff/PKGBUILD @@ -13,7 +13,6 @@ depends=('python') makedepends=('python-setuptools') source=("https://github.com/matiasb/python-unidiff/archive/v$pkgver.tar.gz") sha512sums=('c597795d77166dfd788cbe30d7b12c7b37d2e2bd0f078a22ff5f95f067e3060f70727c87262af688860bb2fa6303b67ac149c4c2eff418168e084056ff53cd2e') -whirlpoolsums=('7b014e304fab86c79143c6f591c5ee7ac304fd48a66abbc7f5203d03ab7513657477bcd8c6a272a8406f2e2ebcc177ecbc23e3a10edd55d5bba9aa491e7fd54d') package() { cd "$srcdir/$pkgname-$pkgver" |