mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Chizi123
2020-10-19 dfed5fa5e727233ca02f5711c6b781623644f4af
work with all vc packages formatted to guidelines, remove zoom orig
1 files modified
7 ■■■■ changed files
main.sh 7 ●●●● patch | view | raw | blame | history
main.sh
@@ -43,7 +43,7 @@
# Usage: build_pkg [package name] [-f force]
function build_pkg {
    #check if PKGBUILD has updated, don't rebuild if hasn't changed
    if [[ ! -z $(git pull | grep "Already up to date.") && -z $(echo $1 | grep git) && -z $2 ]]; then
    if [[ ! -z $(git pull | grep "Already up to date.") && -z $(grep 'pkgver() {' PKGBUILD) && -z $2 ]]; then
        return 2
    fi
@@ -98,6 +98,11 @@
    # Weird exceptions
    if [[ "$1" == "zoom" ]]; then
        rm zoom*_orig*.pkg.tar.xz
        for i in ${pkgs[@]}; do
            if [ -z "${i##*orig*}" ]; then
                pkgs=${pkgs[@]/$i}
            fi
        done
    fi
    # Add package to waiting list to be added to repo db