diff --git a/common/travis/prepare.sh b/common/travis/prepare.sh index fafd93dfc48..2e44dd3d5be 100755 --- a/common/travis/prepare.sh +++ b/common/travis/prepare.sh @@ -5,7 +5,7 @@ mkdir -p $HOME/bin /bin/echo -e '\x1b[32mInstalling xbps...\x1b[0m' -wget -q -O - http://repo.voidlinux.eu/static/xbps-static-latest.x86_64-musl.tar.xz | \ +wget -q -O - http://alpha.de.repo.voidlinux.org/static/xbps-static-latest.x86_64-musl.tar.xz | \ unxz | tar x -C $HOME/bin --wildcards "./usr/bin/xbps-*" \ --strip-components=3 || exit 1 diff --git a/srcpkgs/lxc/files/lxc-void b/srcpkgs/lxc/files/lxc-void index 675885ffa6d..bcb1d244ca7 100755 --- a/srcpkgs/lxc/files/lxc-void +++ b/srcpkgs/lxc/files/lxc-void @@ -154,7 +154,7 @@ EOF rm -f ${vkb64} mkdir -p ${rootfs}/usr/share/xbps.d - echo "repository=http://repo.voidlinux.eu/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf + echo "repository=http://alpha.de.repo.voidlinux.org/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf if ! xbps-install ${xbps_cachedir:+ -c $xbps_cachedir} \ ${xbps_config:+-C $xbps_config} -r "${rootfs}" \ @@ -232,7 +232,7 @@ fi type xbps-install >/dev/null 2>&1 if [ ${?} -ne 0 ]; then - echo "'xbps-install' command is missing, download xbps from http://repo.voidlinux.eu/static/" + echo "'xbps-install' command is missing, download xbps from http://alpha.de.repo.voidlinux.org/static/" exit 1 fi diff --git a/srcpkgs/lxc/template b/srcpkgs/lxc/template index 9b9ef04ac3d..9364d24e316 100644 --- a/srcpkgs/lxc/template +++ b/srcpkgs/lxc/template @@ -3,7 +3,7 @@ _desc="Linux Containers" pkgname=lxc version=3.0.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-doc --enable-seccomp --enable-capabilities --enable-apparmor --with-distro=none