From 64a9fcf3039d8f4ac35a36e117319e0097c9012f Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 26 Sep 2016 18:48:38 +0200 Subject: xrecent: learn about aarch64 --- xrecent | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'xrecent') diff --git a/xrecent b/xrecent index 9f7c798..e94021a 100755 --- a/xrecent +++ b/xrecent @@ -2,6 +2,8 @@ # xrecent [REPOURL|XBPS_ARCH] - list packages in repo ordered by build date case "$(xbps-uhelper arch)" in + aarch64*) + repo=https://repo.voidlinux.eu/current/aarch64/;; *-musl) repo=https://repo.voidlinux.eu/current/musl/;; *) @@ -11,6 +13,9 @@ esac case "$1" in */*) repo=$1;; +aarch64*) + repo=https://repo.voidlinux.eu/current/aarch64/ + export "XBPS_TARGET_ARCH=$1";; *-musl) repo=https://repo.voidlinux.eu/current/musl/ export "XBPS_TARGET_ARCH=$1";; -- cgit 1.4.1