From 65436309bb28cbf9a5a63b9c541e2bbac518a61c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 21 Apr 2016 13:21:21 +0200 Subject: [PATCH] xbps: switch to the new url for musl repos. --- srcpkgs/xbps/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index a4e5e889e82..ec52db4269f 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,7 +1,7 @@ # Template file for 'xbps' pkgname=xbps version=0.51 -revision=3 +revision=4 bootstrap=yes build_style=configure short_desc="The XBPS package system utilities" @@ -40,7 +40,7 @@ do_configure() { post_install() { case "$XBPS_TARGET_MACHINE" in *-musl) # XXX different repo location - echo "repository=http://muslrepo.voidlinux.eu/current" > \ + echo "repository=https://repo.voidlinux.eu/current/musl" > \ ${DESTDIR}/usr/share/xbps.d/00-repository-main.conf ;; *)