From ccd6cfdc3c112cfd8f62e8c4aff85397b05992e6 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 16 Sep 2022 14:44:24 +0200 Subject: [PATCH] build: move makedepends to global config --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 296090d..379b2e0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,6 +8,7 @@ pkgdesc="A dynamic wallpaper of Sebin that changes throughout the day" arch=('any') license=('unknown') url="https://gitlab.com/SebinNyshkim/$pkgbase" +makedepends=('plasma5-wallpapers-dynamic') source=( "sebin-dyn_wallpaper1-hires.png" "sebin-dyn_wallpaper2-hires.png" @@ -34,7 +35,6 @@ sha256sums=( ) build() { - makedepends=('plasma5-wallpapers-dynamic') kdynamicwallpaperbuilder "sebin-kdynamicwallpaperbuilder.json" --output "sebin-dyn_wallpaper.avif" --speed 10 }