From 441f44b0885125e083ac9f76f2cc2cccd845bfed Mon Sep 17 00:00:00 2001 From: alba4k Date: Mon, 27 Jan 2025 17:11:13 +0100 Subject: [PATCH] add libspng dep --- .SRCINFO | 1 + PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index b7c18ad2cae8..0bacb4152a36 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -13,6 +13,7 @@ pkgbase = hyprgraphics-git depends = cairo depends = hyprutils-git depends = libjpeg + depends = libspng depends = libwebp depends = libjxl depends = file diff --git a/PKGBUILD b/PKGBUILD index aa7229bb7ce0..2729af6b37d8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="Hyprland graphics / resource utilities" arch=(x86_64 aarch64) url="https://github.com/hyprwm/hyprgraphics" license=('BSD-3-Clause') -depends=('pixman' 'cairo' 'hyprutils-git' 'libjpeg' 'libwebp' 'libjxl' 'file') +depends=('pixman' 'cairo' 'hyprutils-git' 'libjpeg' 'libspng' 'libwebp' 'libjxl' 'file') makedepends=('git' 'cmake' 'gcc') source=("${_pkgname}::git+https://github.com/hyprwm/hyprgraphics.git") provides=("hyprgraphics")