From b0de95a5e5dea62f85d6d32c76932818aae95a71 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 24 Sep 2019 18:18:29 +0200 Subject: [PATCH] vita3k-git: remove branches from submodule sources Signed-off-by: Severin Kaderli --- vita3k-git/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vita3k-git/PKGBUILD b/vita3k-git/PKGBUILD index 81b9691..c71e658 100644 --- a/vita3k-git/PKGBUILD +++ b/vita3k-git/PKGBUILD @@ -29,9 +29,9 @@ source=( "git+https://github.com/Vita3K/vita-toolchain.git" "git+https://github.com/jonasmr/microprofile.git" "git+https://github.com/tcbrindle/sdl2-cmake-scripts.git" - "git+https://github.com/gabime/spdlog.git#branch=v1.x" + "git+https://github.com/gabime/spdlog.git" "git+https://github.com/nothings/stb.git" - "git+https://github.com/tronkko/dirent.git#branch=v1.23" + "git+https://github.com/tronkko/dirent.git" "git+https://github.com/B-Con/crypto-algorithms.git" "git+https://github.com/ocornut/imgui.git" "git+https://github.com/google/googletest.git"