Package Details: aseprite 1.3.17.2-1

Git Clone URL: https://aur.archlinux.org/aseprite.git (read-only, click to copy)
Package Base: aseprite
Description: Create animated sprites and pixel art
Upstream URL: https://www.aseprite.org/
Keywords: animation art aseprite editor gamedev image pixel sprites
Licenses: LicenseRef-Aseprite-EULA
Submitter: None
Maintainer: ImperatorStorm (ISSOtm)
Last Packager: ImperatorStorm
Votes: 142
Popularity: 1.34
First Submitted: 2011-11-01 17:40 (UTC)
Last Updated: 2026-05-07 18:49 (UTC)

Required by (1)

Sources (15)

Pinned Comments

ImperatorStorm commented on 2024-10-02 17:56 (UTC)

Remember: You are expected to have the base-devel metapackage installed before using the AUR.

ImperatorStorm commented on 2022-08-06 04:31 (UTC)

A note that, per Aseprite's EULA, binaries created by this PKGBUILD CANNOT BE DISTRIBUTED.

I will comply with any upstream requests to remove this package.

ImperatorStorm commented on 2022-01-06 00:07 (UTC)

Big thanks to ISSOtm for rewriting the PKGBUILD!

ImperatorStorm commented on 2021-12-31 21:31 (UTC) (edited on 2022-01-03 04:42 (UTC) by ImperatorStorm)

Hosting this package's PKGBUILD at https://github.com/ImperatorStorm/PKGBUILDs

Latest Comments

1 2 3 4 5 6 .. 32 Next › Last »

ImperatorStorm commented on 2026-03-20 18:19 (UTC)

@ZeekRClark fixed in 1.3.17-3

ZeekRClark commented on 2026-03-20 18:16 (UTC)

Getting the following error:

ln: failed to create symbolic link 'skia/third_party/externals/icu/skia-m124-icu': File exists ==> ERROR: A failure occurred in prepare().

ImperatorStorm commented on 2026-03-18 01:11 (UTC)

@starwort fixed with 1.3.17-2, thanks!

starwort commented on 2026-03-18 00:08 (UTC)

This package fails to build skia for me:

FAILED: [code=1] obj/modules/skcms/src/skcms_TransformHsw.skcms_TransformHsw.o 
clang++ -MD -MF obj/modules/skcms/src/skcms_TransformHsw.skcms_TransformHsw.o.d -DNDEBUG  -mavx2 -mf16c -std=c11 -Wno-attributes -ffp-contract=off -fstrict-aliasing -fPIC -fvisibility=hidden -O3 -fdata-sections -ffunction-sections -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -c ../modules/skcms/src/skcms_TransformHsw.cc -o obj/modules/skcms/src/skcms_TransformHsw.skcms_TransformHsw.o
In file included from ../modules/skcms/src/skcms_TransformHsw.cc:56:
../modules/skcms/src/Transform_inl.h:179:12: error: use of undeclared identifier '__builtin_ia32_vcvtph2ps256'; did you mean '__builtin_ia32_cvtpd2ps256'?
  179 |     return __builtin_ia32_vcvtph2ps256((I16)half);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |            __builtin_ia32_cvtpd2ps256
/usr/lib/clang/22/include/avxintrin.h:2187:18: note: '__builtin_ia32_cvtpd2ps256' declared here
 2187 |   return (__m128)__builtin_ia32_cvtpd2ps256((__v4df) __a);
      |                  ^
In file included from ../modules/skcms/src/skcms_TransformHsw.cc:56:
../modules/skcms/src/Transform_inl.h:179:40: error: cannot initialize a parameter of type '__attribute__((__vector_size__(4 * sizeof(double)))) double' (vector of 4 'double' values) with an rvalue of type 'I16' (vector of 8 'int16_t' values)
  179 |     return __builtin_ia32_vcvtph2ps256((I16)half);
      |                                        ^~~~~~~~~
2 errors generated.

I would debug it further but it's just gone midnight so I'd rather go to bed :)

ctrleon commented on 2026-02-15 12:27 (UTC)

Upgrade to cmark 0.31.2 breaks aseprite 1.3.16.1. Downgrading cmark to 0.31.1 seems to solve the issue.

❮ aseprite 
aseprite: error while loading shared libraries: libcmark.so.0.31.1: cannot  open shared object file: No such file or directory

❯ pacman -Qs 'aseprite|cmark'  
local/aseprite 1.3.16.1-1
Create animated sprites and pixel art
local/aseprite-debug 1.3.16.1-1
Detached debugging symbols for aseprite
local/cmark 0.31.2-1
CommonMark parsing and rendering library and program in C

Cheny commented on 2026-01-08 09:40 (UTC)

@spirulin pacman -Syu is for official repo packages only. For AUR packages (like Aseprite), use an AUR helper or install manually, see https://wiki.archlinux.org/title/Arch_User_Repository for more information.

spirulin commented on 2025-12-10 22:34 (UTC)

When I use pacman -Syu aseprite, I get the following "error : target not found : aseprite". Not sure if i'm doing anything wrong. Thanks

Dondoko commented on 2025-11-11 23:53 (UTC)

https://github.com/aseprite/aseprite/releases/download/v1.3.15.4/Aseprite-v1.3.15.4-Source.zip is not found.

ImperatorStorm commented on 2025-10-31 18:48 (UTC)

@a0405u Which specific files did it overwrite?

a0405u commented on 2025-10-31 10:28 (UTC) (edited on 2025-10-31 10:32 (UTC) by a0405u)

Is it intended to overwrite dotfiles on install? It replaced my existing config with default one.