Skip to content
Commit bc98d8d5 authored by Mohammad AlSaleh's avatar Mohammad AlSaleh Committed by Seblu
Browse files

Use pacsort instead of sort for the package index



 pacsort is required to list packages in the right order.

 Example: `agetpkg  -l '^linux$' |tail`

 Before:
 linux 4.3.2-1 x86_64
 linux 4.3.3-1 x86_64
 linux 4.3.3-2 x86_64
 linux 4.3.3-3 x86_64
 linux 4.4.1-1 x86_64
 linux 4.4.1-2 x86_64
 linux 4.4-1 x86_64
 linux 4.4-2 x86_64
 linux 4.4-3 x86_64
 linux 4.4-4 x86_64

 After:
 linux 4.3.2-1 x86_64
 linux 4.3.3-1 x86_64
 linux 4.3.3-2 x86_64
 linux 4.3.3-3 x86_64
 linux 4.4-1 x86_64
 linux 4.4-2 x86_64
 linux 4.4-3 x86_64
 linux 4.4-4 x86_64
 linux 4.4.1-1 x86_64
 linux 4.4.1-2 x86_64

Signed-off-by: default avatarMohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
parent 843f7b5c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment