diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 2ee5a39d1fd..8a2b8fc4521 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,7 +1,7 @@ # Template file for 'xbps' pkgname=xbps version=0.51 -revision=14 +revision=15 bootstrap=yes build_style=configure short_desc="The XBPS package system utilities" @@ -42,6 +42,10 @@ do_configure() { } post_install() { case "$XBPS_TARGET_MACHINE" in + aarch64*) # XXX different repo location + echo "repository=https://repo.voidlinux.eu/current/aarch64" > \ + ${DESTDIR}/usr/share/xbps.d/00-repository-main.conf + ;; *-musl) # XXX different repo location echo "repository=https://repo.voidlinux.eu/current/musl" > \ ${DESTDIR}/usr/share/xbps.d/00-repository-main.conf