Balló György pushed to branch main at Arch Linux / Packaging / Packages /
libcaca
Commits:
1d7c489a by Balló György at 2024-07-12T14:33:44+02:00
Use git apply instead of patch
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -22,7 +22,7 @@ prepare() {
# Prevent a divide-by-zero by checking for a zero width or height
# https://github.com/cacalabs/libcaca/pull/66
- patch -Np1 -i ../libcaca-0.99.beta20-CVE-2022-0856.patch
+ git apply -3 ../libcaca-0.99.beta20-CVE-2022-0856.patch
autoreconf -fi
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/1d7c489a7415dca6dbf46498a01f0241dc9bea6c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/1d7c489a7415dca6dbf46498a01f0241dc9bea6c
You're receiving this email because of your account on gitlab.archlinux.org.