diff --git a/wayland/wlr-randr/SlackBuild b/wayland/wlr-randr/SlackBuild index 67734443..a7a827e1 100755 --- a/wayland/wlr-randr/SlackBuild +++ b/wayland/wlr-randr/SlackBuild @@ -1,7 +1,6 @@ #!/bin/bash # variables -GITHUB_REPO=emersion/wlr-randr VERSION=${VERSION:-latest} BUILD=1 @@ -25,7 +24,7 @@ rm -fr $PKG $TMP/$PRGNAM mkdir -p $PKG # mise en place -[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO} $REPOSITORY +[ ! -e $REPOSITORY ] && git clone https://git.sr.ht/~emersion/wlr-randr $REPOSITORY cd $REPOSITORY git pull --all