diff options
-rwxr-xr-x | bin/reproducible_setup_archlinux_schroot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh index 9f0b5fc8..be6f0f2c 100755 --- a/bin/reproducible_setup_archlinux_schroot.sh +++ b/bin/reproducible_setup_archlinux_schroot.sh @@ -126,6 +126,8 @@ if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then fi wget $WGET_OPTS -O "/tmp/PKGBUILD" "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacman-git" +# work around dependency weirdness: pacman-git is currently detected as 5.0.1, which is older than the released version +echo 'provides=("pacman=5.0.2")' >> /tmp/PKGBUILD $USERCMD bash <<-__END__ set -e |