summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2020-12-04 18:37:22 +0000
committerDaniel Bermond2020-12-04 18:37:22 +0000
commit26f9a0bfb9a23f3f6f22f3b436a48f69cef279dc (patch)
tree4dff3be1972c3927fe3be34a37d7c52a65f25f6c /PKGBUILD
parent95dfc42fe8bdbd9039c8c0c257529dd7446f7118 (diff)
downloadaur-26f9a0bfb9a23f3f6f22f3b436a48f69cef279dc.tar.gz
Rename patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07c08ec0b643..84e4235a0812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ source=("git+https://gitlab.com/wg1/jpeg-xl.git#tag=v${pkgver}"
'git+https://github.com/Netflix/vmaf.git'
'git+https://github.com/thorfdbg/difftest_ng.git'
'git+https://github.com/google/highway.git'
- '010-libjpeg-xl-git-fix-highway-build.patch')
+ '010-libjpeg-xl-fix-highway-build.patch')
sha256sums=('SKIP'
'SKIP'
'SKIP'
@@ -53,7 +53,7 @@ prepare() {
git -C jpeg-xl config --local submodule.third_party/difftest_ng.url "${srcdir}/difftest_ng"
git -C jpeg-xl config --local submodule.third_party/highway.url "${srcdir}/highway"
git -C jpeg-xl submodule update
- patch -d jpeg-xl -Np1 -i "${srcdir}/010-libjpeg-xl-git-fix-highway-build.patch"
+ patch -d jpeg-xl -Np1 -i "${srcdir}/010-libjpeg-xl-fix-highway-build.patch"
}
build() {