From b4348a979ea4c87f7b99d799ea45576ade790db9 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 1 Sep 2018 11:33:08 -0700 Subject: [PATCH] xbps: Change default XBPS mirror address --- srcpkgs/xbps/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 701708a870..93e656f81a 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,7 +1,7 @@ # Template file for 'xbps' pkgname=xbps version=0.53 -revision=5 +revision=6 bootstrap=yes build_style=configure short_desc="The XBPS package system utilities" @@ -33,15 +33,15 @@ do_configure() { post_install() { case "$XBPS_TARGET_MACHINE" in aarch64*) # XXX different repo location - echo "repository=https://repo.voidlinux.eu/current/aarch64" > \ + echo "repository=https://alpha.de.repo.voidlinux.org/current/aarch64" > \ ${DESTDIR}/usr/share/xbps.d/00-repository-main.conf ;; *-musl) # XXX different repo location - echo "repository=https://repo.voidlinux.eu/current/musl" > \ + echo "repository=https://alpha.de.repo.voidlinux.org/current/musl" > \ ${DESTDIR}/usr/share/xbps.d/00-repository-main.conf ;; *) - echo "repository=https://repo.voidlinux.eu/current" > \ + echo "repository=https://alpha.de.repo.voidlinux.org/current" > \ ${DESTDIR}/usr/share/xbps.d/00-repository-main.conf ;; esac