From e0ebaa55ec096c85e88e5f5b8be2d698e4b2cfb8 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 16 Sep 2022 14:25:56 +0200 Subject: [PATCH] build: remove superfluous sha256sum generation for built file --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index cfd4580..683fcb0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -36,7 +36,6 @@ build() { source+=("sebin-kdynamicwallpaperbuilder.json") kdynamicwallpaperbuilder "sebin-kdynamicwallpaperbuilder.json" --output "sebin-dyn_wallpaper.avif" --speed 10 source+=("sebin-dyn_wallpaper.avif") - sha256sums+=(${sha256sum "sebin-dyn_wallpaper.avif"}) } package_sebin-dynamic-wallpaper() {