diff --git a/l/pywlroots/git.SlackBuild b/l/pywlroots/git.SlackBuild index e7030d63..ebf04ec0 100755 --- a/l/pywlroots/git.SlackBuild +++ b/l/pywlroots/git.SlackBuild @@ -27,8 +27,7 @@ rm -fr $PKG $TMP/$PRGNAM mkdir -p $PKG # mise en place -GIT_URL="https://github.com/flacjacket/pywlroots.git" -[ ! -e $REPOSITORY ] && git clone "$GIT_URL" $REPOSITORY +[ ! -e $REPOSITORY ] && git clone https://github.com/flacjacket/pywlroots.git $REPOSITORY cd $REPOSITORY git pull --all