diff --git a/PKGBUILD b/PKGBUILD index 6df1039..0b885fb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,11 +8,12 @@ arch=('any') url="https://github.com/puxplaying/autogit" license=('GPL-3.0-or-later') depends=( - pacman - sudo bash curl fzf + pacman + rsync + sudo ) makedepends=( git diff --git a/autogit b/autogit index 47383c1..e0e9c99 100755 --- a/autogit +++ b/autogit @@ -9,12 +9,20 @@ if [ -e "$DIR" ]; then mkdir -p "$CACHEDIR" fi # +# Additional Files +# Checked packages: +CHECKEDPKGS=$CACHEDIR/.pkgs.txt +# Failed to build packages: +FAILEDPKGS=$CACHEDIR/.failed.txt +# Compiled packages +COMPILEDPKGS=$CACHEDIR/.compiled.txt +# # Configuration file update check function conf_ver_upd() { # Check if the local ".conf" needs to be merged with the new package ".conf" # because code changes require it. # Define a hard coded variable, which will be checked inside the ".conf file" - if [ "$CONFVER" == "1.8.5" ]; then + if [ "$CONFVER" == "2.0.0" ]; then echo "Up to date configuration" &>/dev/null else clear @@ -421,13 +429,6 @@ function maincheck() { fi } # -# Additional Files: -# Checked packages: -CHECKEDPKGS=$CACHEDIR/.pkgs.txt -# Failed to build packages: -FAILEDPKGS=$CACHEDIR/.failed.txt -# Compiled packages -COMPILEDPKGS=$CACHEDIR/.compiled.txt # Function for checked and failed to build packages function checked_and_failed_pkgs() { @@ -444,6 +445,8 @@ function githubversion() { echo "" cd "$DIR" || exit printf '\e[1;36m%-6s\e[m%s\n' "𝌤 $p" # Print package list entry + GITHUBBINARY=$GITHUBBINARY + BRANCH=$BRANCH GITHUBCLONEURL=$GITHUBCLONEURLC GITHUBURL="$GITHUBURLC"$p"/"$BRANCH"/PKGBUILD" GITDIR=Github1 @@ -753,6 +756,8 @@ function manualsync() { clear + setreposync=0 + time { if [ "$SETGITHUBREPO" == "1" ]; then githubversion @@ -761,8 +766,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgithub1" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITHUBBINARY"/"$GITHUBBINARY".db.tar.gz "$DIR"/"$GITHUBBINARY"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITHUBBINARY"/"$GITHUBBINARY".db.tar.gz "$DIR"/"$GITHUBBINARY"/*.pkg.* &>/dev/null setrepoaddgithub1=0 + setreposync=1 fi fi if [ "$SETCUSTGITHUBREPO" == "1" ]; then @@ -772,8 +778,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgithub2" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITHUBBINARYCUSTOM"/"$GITHUBBINARYCUSTOM".db.tar.gz "$DIR"/"$GITHUBBINARYCUSTOM"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITHUBBINARYCUSTOM"/"$GITHUBBINARYCUSTOM".db.tar.gz "$DIR"/"$GITHUBBINARYCUSTOM"/*.pkg.* &>/dev/null setrepoaddgithub2=0 + setreposync=1 fi fi if [ "$SETCUSTGITHUBREPO2" == "1" ]; then @@ -783,8 +790,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgithub3" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITHUBBINARYCUSTOM2"/"$GITHUBBINARYCUSTOM2".db.tar.gz "$DIR"/"$GITHUBBINARYCUSTOM2"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITHUBBINARYCUSTOM2"/"$GITHUBBINARYCUSTOM2".db.tar.gz "$DIR"/"$GITHUBBINARYCUSTOM2"/*.pkg.* &>/dev/null setrepoaddgithub3=0 + setreposync=1 fi fi if [ "$SETCUSTGITHUBREPO3" == "1" ]; then @@ -794,8 +802,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgithub4" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITHUBBINARYCUSTOM3"/"$GITHUBBINARYCUSTOM3".db.tar.gz "$DIR"/"$GITHUBBINARYCUSTOM3"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITHUBBINARYCUSTOM3"/"$GITHUBBINARYCUSTOM3".db.tar.gz "$DIR"/"$GITHUBBINARYCUSTOM3"/*.pkg.* &>/dev/null setrepoaddgithub4=0 + setreposync=1 fi fi if [ "$SETCUSTGITHUBREPO4" == "1" ]; then @@ -805,8 +814,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgithub5" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITHUBBINARYCUSTOM4"/"$GITHUBBINARYCUSTOM4".db.tar.gz "$DIR"/"$GITHUBBINARYCUSTOM4"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITHUBBINARYCUSTOM4"/"$GITHUBBINARYCUSTOM4".db.tar.gz "$DIR"/"$GITHUBBINARYCUSTOM4"/*.pkg.* &>/dev/null setrepoaddgithub5=0 + setreposync=1 fi fi if [ "$SETCUSTGITHUBREPO5" == "1" ]; then @@ -816,8 +826,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgithub6" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITHUBBINARYCUSTOM5"/"$GITHUBBINARYCUSTOM5".db.tar.gz "$DIR"/"$GITHUBBINARYCUSTOM5"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITHUBBINARYCUSTOM5"/"$GITHUBBINARYCUSTOM5".db.tar.gz "$DIR"/"$GITHUBBINARYCUSTOM5"/*.pkg.* &>/dev/null setrepoaddgithub6=0 + setreposync=1 fi fi if [ "$SETGITLABREPO" == "1" ]; then @@ -827,8 +838,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgitlab1" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITLABBINARY"/"$GITLABBINARY".db.tar.gz "$DIR"/"$GITLABBINARY"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITLABBINARY"/"$GITLABBINARY".db.tar.gz "$DIR"/"$GITLABBINARY"/*.pkg.* &>/dev/null setrepoaddgitlab1=0 + setreposync=1 fi fi if [ "$SETGITLABREPOCUSTOM" == "1" ]; then @@ -838,8 +850,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgitlab2" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITLABBINARYCUSTOM"/"$GITLABBINARYCUSTOM".db.tar.gz "$DIR"/"$GITLABBINARYCUSTOM"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITLABBINARYCUSTOM"/"$GITLABBINARYCUSTOM".db.tar.gz "$DIR"/"$GITLABBINARYCUSTOM"/*.pkg.* &>/dev/null setrepoaddgitlab2=0 + setreposync=1 fi fi if [ "$SETGITLABREPOCUSTOM2" == "1" ]; then @@ -849,8 +862,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgitlab3" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITLABBINARYCUSTOM2"/"$GITLABBINARYCUSTOM2".db.tar.gz "$DIR"/"$GITLABBINARYCUSTOM2"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITLABBINARYCUSTOM2"/"$GITLABBINARYCUSTOM2".db.tar.gz "$DIR"/"$GITLABBINARYCUSTOM2"/*.pkg.* &>/dev/null setrepoaddgitlab3=0 + setreposync=1 fi fi if [ "$SETGITLABREPOCUSTOM3" == "1" ]; then @@ -860,8 +874,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgitlab4" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITLABBINARYCUSTOM3"/"$GITLABBINARYCUSTOM3".db.tar.gz "$DIR"/"$GITLABBINARYCUSTOM3"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITLABBINARYCUSTOM3"/"$GITLABBINARYCUSTOM3".db.tar.gz "$DIR"/"$GITLABBINARYCUSTOM3"/*.pkg.* &>/dev/null setrepoaddgitlab4=0 + setreposync=1 fi fi if [ "$SETGITLABREPOCUSTOM4" == "1" ]; then @@ -871,8 +886,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgitlab5" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITLABBINARYCUSTOM4"/"$GITLABBINARYCUSTOM4".db.tar.gz "$DIR"/"$GITLABBINARYCUSTOM4"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITLABBINARYCUSTOM4"/"$GITLABBINARYCUSTOM4".db.tar.gz "$DIR"/"$GITLABBINARYCUSTOM4"/*.pkg.* &>/dev/null setrepoaddgitlab5=0 + setreposync=1 fi fi if [ "$SETGITLABREPOCUSTOM5" == "1" ]; then @@ -882,8 +898,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddgitlab6" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$GITLABBINARYCUSTOM5"/"$GITLABBINARYCUSTOM5".db.tar.gz "$DIR"/"$GITLABBINARYCUSTOM5"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$GITLABBINARYCUSTOM5"/"$GITLABBINARYCUSTOM5".db.tar.gz "$DIR"/"$GITLABBINARYCUSTOM5"/*.pkg.* &>/dev/null setrepoaddgitlab6=0 + setreposync=1 fi fi if [ "$AURREPO" == "1" ]; then @@ -893,8 +910,9 @@ function manualsync() { # Local pacman repository update - rename repo to your preference if [ "$REPOADD" == "1" ] && [ "$setrepoaddaur" == "1" ]; then echo -e "\e[1mUpdating Database ...\e[0m" - repo-add "$DIR"/"$AURBINARY"/"$AURBINARY".db.tar.gz "$DIR"/"$AURBINARY"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$AURBINARY"/"$AURBINARY".db.tar.gz "$DIR"/"$AURBINARY"/*.pkg.* &>/dev/null setrepoaddaur=0 + setreposync=1 fi fi # Print output summary @@ -916,6 +934,8 @@ function manualsync() { cat -b "$FAILEDPKGS" rm -rf "$FAILEDPKGS" &>/dev/null fi + # Run repo-sync if enabled + repo_rsync echo "" echo -e "\e[1m Elapsed Time: \e[0m" } @@ -1189,7 +1209,7 @@ function removepkgs() { #echo echo -e "\e[1m\e[32m==>\e[0m \e[1mUpdating Database ...\e[0m" echo -e "\e[1m\e[34m -> ""$DIR""/$PKGBIN ...\e[0m" - repo-add -n "$DIR"/"$PKGBIN"/"$PKGBIN".db.tar.gz "$DIR"/"$PKGBIN"/*.pkg.* &>/dev/null + $REPOADDCMD "$DIR"/"$PKGBIN"/"$PKGBIN".db.tar.gz "$DIR"/"$PKGBIN"/*.pkg.* &>/dev/null fi fi fi @@ -1309,6 +1329,68 @@ while test $# -gt 0; do ;; esac done +# +# Sync all enabled repositories to a custom location via "rsync" +function repo_rsync() { + # Check if the option is enabled + if [ "$REPOSYNC" == "1" ]; then + # Define an array with variable names for local repos + repositories=("$GITHUBBINARY" "$GITHUBBINARYCUSTOM" "$GITHUBBINARYCUSTOM2" "$GITHUBBINARYCUSTOM3" "$GITHUBBINARYCUSTOM4" "$GITHUBBINARYCUSTOM5" "$GITLABBINARY" "$GITLABBINARYCUSTOM" "$GITLABBINARYCUSTOM2" "$GITLABBINARYCUSTOM3" "$GITLABBINARYCUSTOM4" "$GITLABBINARYCUSTOM5" "$AURBINARY") + declare -A unique_names + # Loop through the original array + for name in "${repositories[@]}"; do + # Check if the name is already in the unique_names array + if [[ ! "${unique_names[$name]}" ]]; then + # If not, add it to the unique_names array + unique_names[$name]=1 + fi + done + # Check if the unique names are repositories + echo "" + echo -e "Processing \e[1mREPOSYNC\e[0m..." + for name in "${!unique_names[@]}"; do + # Perform actions for each name + cd "$DIR" || exit + # If destination repo exists + if [ -e "$DIR"/"$name" ] && [ -e "$REPOPATH"/"$name" ] && [ "$setreposync" == "1" ]; then + echo "" + echo -e "Found \"$name\" in \"$REPOPATH"\" + echo -e "Syncing \e[7m[$name]\e[0m ..." + if ! $RSYNCCMD "$DIR"/"$name" "$REPOPATH"/; then + echo "Failed with user permissions, trying root..." + if sudo $RSYNCCMD "$DIR"/"$name" "$REPOPATH"/; then + echo -e "Done!" + else + echo -e "Something went wrong, exit." + exit 1 + fi + fi + else + if [ -e "$DIR"/"$name" ] && [ -e "$REPOPATH"/"$name" ]; then + echo "" + echo "Found \"$name\" in \"$REPOPATH"\" + echo "Next repo-sync on database update!" + fi + fi + # If destination repo does not exist + if [ -e "$DIR"/"$name" ] && [ ! -d "$REPOPATH"/"$name" ]; then + echo "" + echo -e "\"$name\" repository does not exist in \"$REPOPATH"\" + echo -e "Syncing \e[7m[$name]\e[0m ..." + if ! $RSYNCCMD "$DIR"/"$name" "$REPOPATH"/; then + echo "Failed with user permissions, trying root..." + if sudo $RSYNCCMD "$DIR"/"$name" "$REPOPATH"/; then + echo -e "Done!" + else + echo -e "Something went wrong, exit." + exit 1 + fi + fi + fi + done + fi +} + # # Start script without flags function modecheck() { diff --git a/autogit.conf b/autogit.conf index 5fc6ddb..dc28a1a 100644 --- a/autogit.conf +++ b/autogit.conf @@ -1,6 +1,5 @@ # This is the main autogit configuration file. # By default autogit will create a local configuration in "$HOME" on the first run. -# This can be changed by setting "DIR" on top of "/usr/bin/autogit" to the desired location. # # To use autogit, this file needs to be changed according to the preferred Github, # Gitlab or AUR source which is containing the PKGBUILD for the application you @@ -33,7 +32,7 @@ # if changed could be merged with a ".pacnew" file on package updates. # Please only change this setting when merging a new configuration or when prompted! # -CONFVER=1.8.5 +CONFVER=2.0.0 # # -----------------------| # Set default update method: @@ -102,7 +101,23 @@ mode=2 # 0 = Off # 1 = On REPOADD=0 -# +# +# Modify the default "repo-add" command. For more information see: "repo-add -h" +REPOADDCMD="repo-add" +# +# -----------------------| +# Sync all enabled repositories to a custom location via "rsync", for example to: "/etc/pacman.d" +# This functionality may require root access depending on the destination location and only works if "REPOADD" is enabled. +# 0 = Off +# 1 = On +REPOSYNC=0 +# +# Set the destination location here: +REPOPATH="/etc/pacman.d" +# +# Modify the default rsync command. For more information see: "rsync -h" +RSYNCCMD="rsync --archive --delete" +# # -----------------------| ##################### ### GITHUB REPO 1 ### @@ -110,15 +125,15 @@ REPOADD=0 # Configure the URL for Github master branch # Uncomment to SETGITHUBREPO=1 to enable this function #SETGITHUBREPO=1 - +# # This is the default URL for "git clone" # GITHUBCLONEURLC=https://github.com/ GITHUBCLONEURLC=https://github.com/ - +# # This is the default URL to the PKGBUILD # GITHUBURLC=https://raw.githubusercontent.com/ GITHUBURLC=https://raw.githubusercontent.com/ - +# # This is the targeting branch # BRANCH=master BRANCH=master @@ -136,15 +151,15 @@ GITHUBSOURCE=$DIR/reponames/github1 # Configure the URL for Github extra repo # Uncomment to SETCUSTGITHUBREPO=1 to enable this function #SETCUSTGITHUBREPO=1 - +# # This is the default URL for "git clone" # GITHUBCLONEURLCCUSTOM=https://github.com/ GITHUBCLONEURLCCUSTOM=https://github.com/ - +# # This is the default URL to the PKGBUILD # GITHUBURLCCUSTOM=https://raw.githubusercontent.com/ GITHUBURLCCUSTOM=https://raw.githubusercontent.com/ - +# # This is the targeting branch # BRANCHCUSTOM=master BRANCHCUSTOM=master @@ -162,15 +177,15 @@ GITHUBSOURCECUSTOM=$DIR/reponames/githubcustom # Configure the URL for Github extra repo 2 # Uncomment to SETCUSTGITHUBREPO2=1 to enable this function #SETCUSTGITHUBREPO2=1 - +# # This is the default URL for "git clone" # GITHUBCLONEURLCCUSTOM2=https://github.com/ GITHUBCLONEURLCCUSTOM2=https://github.com/ - +# # This is the default URL to the PKGBUILD # GITHUBURLCCUSTOM2=https://raw.githubusercontent.com/ GITHUBURLCCUSTOM2=https://raw.githubusercontent.com/ - +# # This is the targeting branch # BRANCHCUSTOM2=master BRANCHCUSTOM2=master @@ -188,15 +203,15 @@ GITHUBSOURCECUSTOM2=$DIR/reponames/githubcustom2 # Configure the URL for Github extra repo 3 # Uncomment to SETCUSTGITHUBREPO3=1 to enable this function #SETCUSTGITHUBREPO3=1 - +# # This is the default URL for "git clone" # GITHUBCLONEURLCCUSTOM3=https://github.com/ GITHUBCLONEURLCCUSTOM3=https://github.com/ - +# # This is the default URL to the PKGBUILD # GITHUBURLCCUSTOM3=https://raw.githubusercontent.com/ GITHUBURLCCUSTOM3=https://raw.githubusercontent.com/ - +# # This is the targeting branch # BRANCHCUSTOM3=master BRANCHCUSTOM3=master @@ -214,15 +229,15 @@ GITHUBSOURCECUSTOM3=$DIR/reponames/githubcustom3 # Configure the URL for Github extra repo 4 # Uncomment to SETCUSTGITHUBREPO4=1 to enable this function #SETCUSTGITHUBREPO4=1 - +# # This is the default URL for "git clone" # GITHUBCLONEURLCCUSTOM4=https://github.com/ GITHUBCLONEURLCCUSTOM4=https://github.com/ - +# # This is the default URL to the PKGBUILD # GITHUBURLCCUSTOM4=https://raw.githubusercontent.com/ GITHUBURLCCUSTOM4=https://raw.githubusercontent.com/ - +# # This is the targeting branch # BRANCHCUSTOM4=master BRANCHCUSTOM4=master @@ -240,15 +255,15 @@ GITHUBSOURCECUSTOM4=$DIR/reponames/githubcustom4 # Configure the URL for Github extra repo 5 # Uncomment to SETCUSTGITHUBREPO5=1 to enable this function #SETCUSTGITHUBREPO5=1 - +# # This is the default URL for "git clone" # GITHUBCLONEURLCCUSTOM5=https://github.com/ GITHUBCLONEURLCCUSTOM5=https://github.com/ - +# # This is the default URL to the PKGBUILD # GITHUBURLCCUSTOM5=https://raw.githubusercontent.com/ GITHUBURLCCUSTOM5=https://raw.githubusercontent.com/ - +# # This is the targeting branch # BRANCHCUSTOM5=master BRANCHCUSTOM5=master @@ -266,15 +281,15 @@ GITHUBSOURCECUSTOM5=$DIR/reponames/githubcustom5 # Configure the URL for Gitlab # Uncomment to SETGITLABREPO=1 to enable this function #SETGITLABREPO=1 - +# # This is the default URL for "git clone" # GITLABCLONEURL=https://gitlab.manjaro.org/ GITLABCLONEURL=https://gitlab.manjaro.org/ - +# # This is the default URL to the PKGBUILD # GITLABURLC=https://gitlab.manjaro.org/ GITLABURLC=https://gitlab.manjaro.org/ - +# # This is the targeting branch # BRANCHGITLAB=master BRANCHGITLAB=master @@ -292,15 +307,15 @@ GITLABSOURCE=$DIR/reponames/gitlab-core # Configure the URL for Gitlab extra repo # Uncomment to SETGITLABREPOCUSTOM=1 to enable this function #SETGITLABREPOCUSTOM=1 - +# # This is the default URL for "git clone" # GITLABCLONEURLCUSTOM=https://gitlab.manjaro.org/ GITLABCLONEURLCUSTOM=https://gitlab.manjaro.org/ - +# # This is the default URL to the PKGBUILD # GITLABURLCCUSTOM=https://gitlab.manjaro.org/ GITLABURLCCUSTOM=https://gitlab.manjaro.org/ - +# # This is the targeting branch # BRANCHGITLABCUSTOM=master BRANCHGITLABCUSTOM=master @@ -318,15 +333,15 @@ GITLABSOURCECUSTOM=$DIR/reponames/gitlab-extra # Configure the URL for Gitlab extra repo 2 # Uncomment to SETGITLABREPOCUSTOM2=1 to enable this function #SETGITLABREPOCUSTOM2=1 - +# # This is the default URL for "git clone" # GITLABCLONEURLCUSTOM2=https://gitlab.manjaro.org/ GITLABCLONEURLCUSTOM2=https://gitlab.manjaro.org/ - +# # This is the default URL to the PKGBUILD # GITLABURLCCUSTOM2=https://gitlab.manjaro.org/ GITLABURLCCUSTOM2=https://gitlab.manjaro.org/ - +# # This is the targeting branch # BRANCHGITLABCUSTOM2=master BRANCHGITLABCUSTOM2=master @@ -344,15 +359,15 @@ GITLABSOURCECUSTOM2=$DIR/reponames/gitlab-community # Configure the URL for Gitlab extra repo 3 # Uncomment to SETGITLABREPOCUSTOM3=1 to enable this function #SETGITLABREPOCUSTOM3=1 - +# # This is the default URL for "git clone" # GITLABCLONEURLCUSTOM3=https://gitlab.manjaro.org/ GITLABCLONEURLCUSTOM3=https://gitlab.manjaro.org/ - +# # This is the default URL to the PKGBUILD # GITLABURLCCUSTOM3=https://gitlab.manjaro.org/ GITLABURLCCUSTOM3=https://gitlab.manjaro.org/ - +# # This is the targeting branch # BRANCHGITLABCUSTOM3=master BRANCHGITLABCUSTOM3=master @@ -370,15 +385,15 @@ GITLABSOURCECUSTOM3=$DIR/reponames/gitlab-multilib # Configure the URL for Gitlab extra repo 4 # Uncomment to SETGITLABREPOCUSTOM4=1 to enable this function #SETGITLABREPOCUSTOM4=1 - +# # This is the default URL for "git clone" # GITLABCLONEURLCUSTOM4=https://gitlab.manjaro.org/ GITLABCLONEURLCUSTOM4=https://gitlab.manjaro.org/ - +# # This is the default URL to the PKGBUILD # GITLABURLCCUSTOM4=https://gitlab.manjaro.org/ GITLABURLCCUSTOM4=https://gitlab.manjaro.org/ - +# # This is the targeting branch # BRANCHGITLABCUSTOM4=master BRANCHGITLABCUSTOM4=master @@ -396,15 +411,15 @@ GITLABSOURCECUSTOM4=$DIR/reponames/gitlab-kde-unstable # Configure the URL for Gitlab extra repo 5 # Uncomment to SETGITLABREPOCUSTOM5=1 to enable this function #SETGITLABREPOCUSTOM5=1 - +# # This is the default URL for "git clone" # GITLABCLONEURLCUSTOM5=https://gitlab.manjaro.org/ GITLABCLONEURLCUSTOM5=https://gitlab.manjaro.org/ - +# # This is the default URL to the PKGBUILD # GITLABURLCCUSTOM5=https://gitlab.manjaro.org/ GITLABURLCCUSTOM5=https://gitlab.manjaro.org/ - +# # This is the targeting branch # BRANCHGITLABCUSTOM5=master BRANCHGITLABCUSTOM5=master @@ -422,11 +437,11 @@ GITLABSOURCECUSTOM5=$DIR/reponames/gitlab-temp # Configure the URL for the AUR # Uncomment to AURREPO=1 to enable this function #AURREPO=1 - +# AURCLONEURL=https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h= - +# AURURL=https://aur.archlinux.org/ - +# # Binary Folder (Change according to repo names you want to have e.g. core, community etc.) AURBINARY=aur #