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