From 3e97bcb3d8b82c43248bb0fd08a0290ebfb5c978 Mon Sep 17 00:00:00 2001 From: ImperatorStorm Date: Wed, 30 Apr 2025 18:44:47 -0500 Subject: [PATCH] upgpkg: aseprite 1.3.13-6 try to fix skia --- .SRCINFO | 2 +- PKGBUILD | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4f2d169..3dc9df0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = aseprite pkgdesc = Create animated sprites and pixel art pkgver = 1.3.13 - pkgrel = 5 + pkgrel = 6 url = https://www.aseprite.org/ arch = x86_64 license = LicenseRef-Aseprite-EULA diff --git a/PKGBUILD b/PKGBUILD index 4a31dc0..4ab3710 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,7 +13,7 @@ pkgname=aseprite pkgver=1.3.13 _skiaver=m102 _skiahash=861e4743af -pkgrel=5 +pkgrel=6 pkgdesc='Create animated sprites and pixel art' arch=('x86_64') url="https://www.aseprite.org/" @@ -130,7 +130,8 @@ is_official_build=true skia_build_fuzzers=false \ skia_enable_{pdf,skottie,sksl,svg}=false \ skia_use_{libjpeg_turbo,libwebp}_{encode,decode}=false \ skia_use_{expat,piex,xps,zlib,libgifcodec}=false \ -skia_enable_{particles,skparagraph,sktext}=false)" +skia_enable_{particles,skparagraph,sktext}=false \ +cc="clang" cxx="clang++")" ninja -C "$_skiadir" skia modules echo Building Aseprite...