about summary refs log tree commit diff
path: root/xrecent
diff options
context:
space:
mode:
Diffstat (limited to 'xrecent')
-rwxr-xr-xxrecent5
1 files changed, 5 insertions, 0 deletions
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";;