From 6d8c18ff7eb98ce5e57564e6105bdbaa5f1ee1f0 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 1 Sep 2018 11:33:08 -0700 Subject: [PATCH] void-repo-nonfree: Change default XBPS mirror address --- srcpkgs/void-repo-nonfree/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/void-repo-nonfree/template b/srcpkgs/void-repo-nonfree/template index 6a2be82551c..1b37d722e2c 100644 --- a/srcpkgs/void-repo-nonfree/template +++ b/srcpkgs/void-repo-nonfree/template @@ -1,7 +1,7 @@ # Template file for 'void-repo-nonfree' pkgname=void-repo-nonfree version=9 -revision=1 +revision=2 noarch=yes build_style=meta short_desc="Void Linux drop-in file for the nonfree repository" @@ -13,15 +13,15 @@ do_install() { vmkdir usr/share/xbps.d case "$XBPS_TARGET_MACHINE" in *-musl) - echo "repository=https://repo.voidlinux.eu/current/musl/nonfree" > \ + echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/nonfree" > \ ${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf - echo "repository=https://repo.voidlinux.eu/current/musl/debug" > \ + echo "repository=https://alpha.de.repo.voidlinux.org/current/musl/debug" > \ ${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf ;; *) - echo "repository=https://repo.voidlinux.eu/current/nonfree" > \ + echo "repository=https://alpha.de.repo.voidlinux.org/current/nonfree" > \ ${DESTDIR}/usr/share/xbps.d/10-repository-nonfree.conf - echo "repository=https://repo.voidlinux.eu/current/debug" > \ + echo "repository=https://alpha.de.repo.voidlinux.org/current/debug" > \ ${DESTDIR}/usr/share/xbps.d/20-repository-debug.conf ;; esac