Skip to content

Commit

Permalink
fix(aseprite): use correct patch filename
Browse files Browse the repository at this point in the history
  • Loading branch information
vigress8 committed Dec 29, 2023
1 parent ee34128 commit 05e716a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aseprite/aseprite.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ prepare() {
unzip -qq "Skia-Linux-Release-x64-libc++.zip" -d skia

# Apply patch from AUR
patch -stp1 <PACSTALL_patchesdir/"desktop.patch?h=aseprite"
patch -stp1 <PACSTALL_patchesdir/desktop.patch
}

build() {
Expand Down

0 comments on commit 05e716a

Please sign in to comment.