From abd8ca4b05d5ab6fde045cc5f88aae6bb3bacf60 Mon Sep 17 00:00:00 2001 From: Michael Kory Woods Date: Sun, 16 Jun 2013 16:33:31 -0500 Subject: [PATCH 1/2] add '--date' to opts_query_modifiers --- src/_yaourt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_yaourt b/src/_yaourt index 0dc5455..31b26db 100644 --- a/src/_yaourt +++ b/src/_yaourt @@ -264,6 +264,7 @@ _yaourt() { '-u[List packages that can be upgraded]' '--aur[Install packages from aur, even if they are in community, or, with the -u option, update packages installed from aur]' '--devel[Used with -u updates all cvs/svn/git/hg/bzr packages]' + '--date[List packages sorted ascendingly (oldest is printed first) by installation date]' ) # options for passing to _arguments: options for --remove command From a83eb6e0fbe912653a27b0ad5004a14d8ffaff98 Mon Sep 17 00:00:00 2001 From: Michael Kory Woods Date: Sun, 16 Jun 2013 16:39:47 -0500 Subject: [PATCH 2/2] add '--devel' to sync option "--devel" exists in query, but "yaourt -Syu --dev" issn't autocompleting "--devel" (not sure it should based on it being in the query call, just wanted to mention it). --- src/_yaourt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_yaourt b/src/_yaourt index 31b26db..9a84b04 100644 --- a/src/_yaourt +++ b/src/_yaourt @@ -305,6 +305,7 @@ _yaourt() { '--asdeps[Install packages as non-explicitly installed]' '--asexplicit[Install packages as explicitly installed]' '--needed[Do not reinstall up to date packages]' + '--devel[Used with -u updates all cvs/svn/git/hg/bzr packages]' ) case $words[2] in