pkg-[r]query: Add %q to display architecture
modified pkg/pkg-query.8
@@ -15,7 +15,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -98,6 +98,8 @@ is in bytes, and
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -254,6 +256,8 @@ WWW address of the package (type string)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified pkg/pkg-rquery.8
@@ -15,7 +15,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -106,6 +106,8 @@ Comment of the matched package
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -224,6 +226,8 @@ WWW address of the package (type string)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified pkg/query.c
@@ -67,6 +67,7 @@ static struct query_flags accepted_query_flags[] = {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -212,6 +213,9 @@ format_str(struct pkg *pkg, struct sbuf *dest, const char *qstr, void *data)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -475,6 +479,10 @@ format_sql_condition(const char *str, struct sbuf *sqlcond, bool for_remote)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified pkg/rquery.c
@@ -64,6 +64,7 @@ static struct query_flags accepted_rquery_flags[] = {
|
|
|
|
|
|
| + | |
|
|
|
|
|