diff --git a/nlohmann-json/lure.sh b/nlohmann-json/lure.sh index 3203096..5f9b754 100755 --- a/nlohmann-json/lure.sh +++ b/nlohmann-json/lure.sh @@ -10,7 +10,7 @@ provides=('nlohmann-json') conflicts=('nlohmann-json') build_deps_rosa=('cmake' 'git') -sources=("git+https://github.com/nlohmann/json?~rev=v{$version}&~recursive=true") +sources=("git+https://github.com/nlohmann/json.git#tag=v${version}") checksums=('SKIP')