summaryrefslogtreecommitdiff
path: root/pcr/xdgmenumaker
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/xdgmenumaker
parent1b481c5a032d19eb0914592d775c7bc81a22f417 (diff)
downloadabslibre-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/xdgmenumaker')
-rw-r--r--pcr/xdgmenumaker/PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/pcr/xdgmenumaker/PKGBUILD b/pcr/xdgmenumaker/PKGBUILD
index 3c086ce4c..cef150745 100644
--- a/pcr/xdgmenumaker/PKGBUILD
+++ b/pcr/xdgmenumaker/PKGBUILD
@@ -11,7 +11,6 @@ depends=('pygtk' 'pygobject-devel' 'gobject-introspection' 'python-gobject' 'pyt
optdepends=('txt2tags: for manpages')
source=("https://github.com/gapan/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('d62c80aeb40de0b41401a13f31a2b733cf2ab673221adbd1b0103425aa4abdd342affc8ef986ef5c0d0ac6091a22f3dba1a03770f934c9396bc4d8be2ba22458')
-whirlpoolsums=('9fc50035f74aaf4f4345668004921c2fa38ac7fe439bff7d20987f10efc2a9c672c2c24603ee59481fab811f5fcc75d5f3cc3f1456f646062f8b3519540d5bb9')
build() {
cd "$pkgname-$pkgver"