summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--010-libjpeg-xl-fix-highway-build.patch (renamed from 010-libjpeg-xl-git-fix-highway-build.patch)0
-rw-r--r--PKGBUILD4
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 968db2793fdf..2c9da1113b9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -34,7 +34,7 @@ pkgbase = libjpeg-xl
source = git+https://github.com/Netflix/vmaf.git
source = git+https://github.com/thorfdbg/difftest_ng.git
source = git+https://github.com/google/highway.git
- source = 010-libjpeg-xl-git-fix-highway-build.patch
+ source = 010-libjpeg-xl-fix-highway-build.patch
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/010-libjpeg-xl-git-fix-highway-build.patch b/010-libjpeg-xl-fix-highway-build.patch
index 7cccbd7071a4..7cccbd7071a4 100644
--- a/010-libjpeg-xl-git-fix-highway-build.patch
+++ b/010-libjpeg-xl-fix-highway-build.patch
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() {