summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2023-08-20 14:49:01 +0200
committerbartus2023-08-20 14:49:01 +0200
commit24cb2996edc8e3f11d2a711249be58c685fb6a92 (patch)
treecb80089aeb86f74f25823d2fd4e3975815cda627 /PKGBUILD
parent9d87361bb658f31bc18f5cdc9859e2df0ed067df (diff)
downloadaur-24cb2996edc8e3f11d2a711249be58c685fb6a92.tar.gz
Switch branch to main
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a975fffee9d..f17e2cd14f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
## Configuration env vars:
_BUILD_CUDA="${BUILD_CUDA:-ON}"
_CUDA_ARCHITECTURES="${CUDA_ARCH:-native}"
-_fragment=#${FRAGMENT:-branch=dev}
+_fragment=#${FRAGMENT:-branch=main}
# Use CMAKE_FLAGS=xxx:yyy:zzz to define extra CMake flags
[[ -v CMAKE_FLAGS ]] && mapfile -t -d: _CMAKE_FLAGS < <(echo -n "$CMAKE_FLAGS")