diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 25086576074..dd3b2ba5b0f 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,7 +1,7 @@ # Template file for 'xbps' pkgname=xbps version=0.44.1 -revision=5 +revision=6 bootstrap=yes build_style=configure short_desc="The XBPS package system utilities" @@ -36,7 +36,7 @@ do_configure() { post_install() { case "$XBPS_TARGET_MACHINE" in *-musl) # XXX different repo location - echo "repository=http://musl.voidlinux.net/current" > \ + echo "repository=http://muslrepo.voidlinux.eu/current" > \ ${DESTDIR}/usr/share/xbps.d/00-repository-main.conf ;; esac