build: move makedepends to global config

This commit is contained in:
Sebin Nyshkim 2022-09-16 14:44:24 +02:00
parent c9ff65d26a
commit ccd6cfdc3c

View file

@ -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
}