From a2e00a0fd95bb960a2bf72e13fe08b84a8c05663 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Sat, 4 Nov 2017 23:05:14 +0100 Subject: reproducible-archlinux: fix dependency conflict Signed-off-by: Holger Levsen --- bin/reproducible_setup_archlinux_schroot.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_setup_archlinux_schroot.sh') 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 -- cgit v1.2.3-54-g00ecf