mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
add libspng dep
This commit is contained in:
parent
6dbbdb8af3
commit
441f44b088
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -13,6 +13,7 @@ pkgbase = hyprgraphics-git
|
|||
depends = cairo
|
||||
depends = hyprutils-git
|
||||
depends = libjpeg
|
||||
depends = libspng
|
||||
depends = libwebp
|
||||
depends = libjxl
|
||||
depends = file
|
||||
|
|
|
|||
2
PKGBUILD
2
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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue