Get rid of pixman in makedepends

We apply a patch so it's unnecessary, so why are we still requiring it?
This commit is contained in:
ISSOtm 2022-01-13 20:53:22 +01:00
parent f6cc220db5
commit 7aa9d99c25
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ pkgbase = aseprite
makedepends = git
makedepends = python
makedepends = libxi
makedepends = pixman
makedepends = gn
makedepends = harfbuzz-icu
depends = cmark

View File

@ -30,7 +30,7 @@ depends=(# ~ Aseprite's direct dependencies ~
makedepends=(# "Meta" dependencies
cmake ninja git python
# Aseprite (including e.g. LAF)
libxi pixman
libxi
# Skia
gn harfbuzz-icu)
source=("https://github.com/aseprite/aseprite/releases/download/v$pkgver/Aseprite-v$pkgver-Source.zip"