summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-01-09 02:36:01 +0000
committerDaniel Bermond2021-01-09 02:36:01 +0000
commit68f85718a25b06c1328243a7214994d9cd0fc2ea (patch)
treec533c7d9e909cb3045f75545fc493fb809f61513
parente0977da2c5709d85c65c311fbbc67f1874f8416a (diff)
downloadaur-68f85718a25b06c1328243a7214994d9cd0fc2ea.tar.gz
Remove unneeded submodule command
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0b4772799f9..41075ac9351c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,6 @@ prepare() {
git -C jpeg-xl config --local submodule.third_party/googletest.url "${srcdir}/googletest"
git -C jpeg-xl config --local submodule.third_party/sjpeg.url "${srcdir}/sjpeg"
git -C jpeg-xl config --local submodule.third_party/skcms.url "${srcdir}/skcms"
- git -C jpeg-xl config --local submodule.third_party/mingw-std-threads.url "${srcdir}/mingw-std-threads"
git -C jpeg-xl config --local submodule.third_party/IQA-optimization.url "${srcdir}/IQA-optimization"
git -C jpeg-xl config --local submodule.third_party/vmaf.url "${srcdir}/vmaf"
git -C jpeg-xl config --local submodule.third_party/difftest_ng.url "${srcdir}/difftest_ng"