Compare commits

..

14 Commits

Author SHA1 Message Date
Sebastiaan de Schaetzen (automated)
244187bffb Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 2s
Workflows / Build and Push (push) Successful in 34m40s
2026-04-22 02:02:23 +02:00
Sebastiaan de Schaetzen (automated)
d91bb0a628 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 1s
Workflows / Build and Push (push) Successful in 19m37s
2026-04-21 02:06:13 +02:00
Sebastiaan de Schaetzen (automated)
f6442f0e76 Bump pkgrel
Some checks failed
Workflows / Wake Runner (push) Successful in 1s
Workflows / Build and Push (push) Has been cancelled
2026-04-20 02:02:22 +02:00
Sebastiaan de Schaetzen (automated)
923062f774 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 1s
Workflows / Build and Push (push) Successful in 19m17s
2026-04-10 02:02:18 +02:00
Sebastiaan de Schaetzen (automated)
9b1d1364b8 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 3s
Workflows / Build and Push (push) Successful in 18m59s
2026-04-05 02:02:24 +02:00
Sebastiaan de Schaetzen (automated)
1a89b40c6b Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 2s
Workflows / Build and Push (push) Successful in 19m8s
2026-03-30 02:02:31 +02:00
Sebastiaan de Schaetzen (automated)
923de0460c Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 2s
Workflows / Build and Push (push) Successful in 29m8s
2026-03-29 01:02:20 +01:00
Sebastiaan de Schaetzen (automated)
71591257e1 Bump pkgrel
Some checks failed
Workflows / Wake Runner (push) Successful in 2s
Workflows / Build and Push (push) Failing after 1m26s
2026-03-28 01:02:24 +01:00
Sebastiaan de Schaetzen (automated)
4845fe81bb Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 1s
Workflows / Build and Push (push) Successful in 45m6s
2026-03-27 01:02:12 +01:00
Sebastiaan de Schaetzen (automated)
ab046e5074 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 2s
Workflows / Build and Push (push) Successful in 29m16s
2026-03-23 01:02:28 +01:00
Sebastiaan de Schaetzen (automated)
6f2cee92c4 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 1s
Workflows / Build and Push (push) Successful in 19m33s
2026-03-22 01:02:35 +01:00
Sebastiaan de Schaetzen (automated)
f5996b4ff2 Bump pkgrel
All checks were successful
Workflows / Wake Runner (push) Successful in 1s
Workflows / Build and Push (push) Successful in 36m13s
2026-03-21 01:40:42 +01:00
Sebastiaan de Schaetzen (automated)
505c103d2e Merge remote-tracking branch 'aur/master' 2026-03-21 01:40:33 +01:00
ImperatorStorm
500679451d upgpkg: aseprite 1.3.17-3
force symlink
2026-03-20 13:17:58 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = aseprite pkgbase = aseprite
pkgdesc = Create animated sprites and pixel art pkgdesc = Create animated sprites and pixel art
pkgver = 1.3.17 pkgver = 1.3.17
pkgrel = 2 pkgrel = 3
url = https://www.aseprite.org/ url = https://www.aseprite.org/
arch = x86_64 arch = x86_64
license = LicenseRef-Aseprite-EULA license = LicenseRef-Aseprite-EULA

View File

@@ -13,7 +13,7 @@ pkgname=aseprite
pkgver=1.3.17 pkgver=1.3.17
_skiaver=m124 _skiaver=m124
_skiahash=08a5439a6b _skiahash=08a5439a6b
pkgrel=3 pkgrel=15
pkgdesc='Create animated sprites and pixel art' pkgdesc='Create animated sprites and pixel art'
arch=('x86_64') arch=('x86_64')
url="https://www.aseprite.org/" url="https://www.aseprite.org/"
@@ -88,7 +88,7 @@ prepare() {
bsdtar xf skia-$_skiaver.tar.gz --strip-components=1 -C skia bsdtar xf skia-$_skiaver.tar.gz --strip-components=1 -C skia
# link to skia's icu # link to skia's icu
mkdir -p skia/third_party/externals/ mkdir -p skia/third_party/externals/
ln -s $srcdir/skia-$_skiaver-icu skia/third_party/externals/icu ln -fs $srcdir/skia-$_skiaver-icu skia/third_party/externals/icu
# Fix up Aseprite's desktop integration # Fix up Aseprite's desktop integration
[[ -n $_debug ]] && echo desktop.patch [[ -n $_debug ]] && echo desktop.patch
env -C aseprite patch -tp1 <desktop.patch env -C aseprite patch -tp1 <desktop.patch