diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-30 11:22:51 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-30 11:22:51 +0000 |
| commit | 1301d84c0cf6c991998288e65e904973700c04b0 (patch) | |
| tree | 47c3233c4b603d66333e0d9ae016b1c908eb31fc /doc/revdep.md | |
| parent | 99b72ff92222d754759428fd618e0e3a5d3f7cca (diff) | |
| parent | 477ff8abdd05a12ea19c0dd9d5bf70a0426a699a (diff) | |
| download | autils-1301d84c0cf6c991998288e65e904973700c04b0.tar.gz autils-1301d84c0cf6c991998288e65e904973700c04b0.zip | |
Merge pull request '/doc: add info for the addition of checksums, also:' (#6) from mobinmob/autils:doc_fixes into main
Reviewed-on: https://codeberg.org/emmett1/autils/pulls/6
Reviewed-by: emmett1 <emmett1.2miligrams@protonmail.com>
Diffstat (limited to 'doc/revdep.md')
| -rw-r--r-- | doc/revdep.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/revdep.md b/doc/revdep.md index fd50104..6f23ee3 100644 --- a/doc/revdep.md +++ b/doc/revdep.md @@ -13,6 +13,11 @@ It should probably run after any big upgrade, especially those that feature lib - **-h** Show program help. - **-v** Verbose output of the operation. +# NOTE + +**revdep** does not automatically rebuild broken packages or their dependencies. You need to +use apkg for these operations. + # REPORTING BUGS **apkg** is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: https://codeberg.org/emmett1/autils/issues @@ -20,4 +25,5 @@ It should probably run after any big upgrade, especially those that feature lib # AUTHORS emmett1 <emmett1.2miligrams@protonmail.com> Author of the program and creator of alice linux. + mobinmob <mobinmob@disroot.org> Author of the man page. |