summaryrefslogtreecommitdiff
path: root/asp.in
diff options
context:
space:
mode:
Diffstat (limited to 'asp.in')
-rw-r--r--asp.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/asp.in b/asp.in
index 41c27d4..74165b3 100644
--- a/asp.in
+++ b/asp.in
@@ -35,6 +35,7 @@ Commands:
list-local List tracked packages
list-repos NAME... List repos for packages
log NAME Show revision history
+ show NAME Show the PKGBUILD
shortlog NAME Show revision history in short form
update [NAME...] Update packages (update all tracked if none specified)
untrack NAME... Remove a package from the local repository
@@ -230,6 +231,9 @@ case $action in
log)
log "$1"
;;
+ show)
+ package_show_pkgbuild "$1"
+ ;;
difflog)
difflog "$1"
;;