summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-12-04 18:39:35 +0000
committerDaniel Bermond2020-12-04 18:39:35 +0000
commit5ee4a0fdae13c51a70532781268828b9ad354ff4 (patch)
treed1ab32632af9d34b20770ec751c72fae7fbd4482
parent163f35873924f09d3bd6354a76c9420bb11ff9b6 (diff)
downloadaur-5ee4a0fdae13c51a70532781268828b9ad354ff4.tar.gz
Rename patch
-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 a64beaf6286b..22072aabae35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -34,7 +34,7 @@ pkgbase = libjpeg-xl-git
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 5392ab99e0dd..4f5df57f3cbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ source=('git+https://gitlab.com/wg1/jpeg-xl.git'
'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"
}
pkgver() {