From 54706c4b1310ad3b3d50507ac2ccd30b28de3d77 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:19:12 -0400 Subject: [PATCH] upd(pacstall): `5.2.1` -> `5.3.0` (#1173) Co-authored-by: ook37 --- misc/pacstall.8 | 21 +++++++++++++++++---- pacstall | 6 +++--- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/misc/pacstall.8 b/misc/pacstall.8 index 8a9552dc8..c5f005475 100644 --- a/misc/pacstall.8 +++ b/misc/pacstall.8 @@ -14,7 +14,7 @@ . ftr VB CB . ftr VBI CBI .\} -.TH "Pacstall" "8" "June 8, 2024" "Pacstall 5.2.1 Lemon-Lime-Flavored Non-Caffeinated Soft Drink" "General Commands Manual" +.TH "Pacstall" "8" "July 6, 2024" "Pacstall 5.3.0 Phthalo" "General Commands Manual" .hy .SH NAME .PP @@ -90,6 +90,20 @@ $ \f[B]pacstall -I neofetch.pacscript\f[R] # Install \f[B]neofetch\f[R] from local pacscript .RE .RE +.RS +.RS +.PP +$ \f[B]pacstall -I parent:pkgbase\f[R] # Install all pkgnames in the +pkgbase named \f[B]parent\f[R] +.RE +.RE +.RS +.RS +.PP +$ \f[B]pacstall -I parent:child\f[R] # Install only the pkgname +\f[B]child\f[R] from the pkgbase \f[B]parent\f[R] +.RE +.RE .TP \f[B]-R\f[R], \f[B]--remove\f[R] Removes a given package from system. @@ -418,9 +432,8 @@ If you find any bugs in a Pacscript, please submit a bug request at <\f[B]https://github.com/pacstall/pacstall-programs/issues\f[R]>. .PP The main method Pacstall developers and users uses to communicate with -each other is through Discord -(<\f[B]https://discord.gg/yzrjXJV6K8\f[R]>), but we provide a Matrix -instance as well (<\f[B]https://matrix.to/#/#pacstall:matrix.org\f[R]>). +each other is through Discord, but you may also communicate through +GitHub issues. .SH AUTHORS .PP The Pacstall team (pacstall\[at]pm.me) diff --git a/pacstall b/pacstall index fd7f0fbb0..bf585720c 100755 --- a/pacstall +++ b/pacstall @@ -23,9 +23,9 @@ # along with Pacstall. If not, see . # Pacstall version -version_number="5.2.1" -version_name="Lemon-Lime-Flavored Non-Caffeinated Soft Drink" -declare -A version_color=([r]="0" [g]="186" [b]="71") +version_number="5.3.0" +version_name="Phthalo" +declare -A version_color=([r]="25" [g]="82" [b]="86") # Configuration export LC_ALL=C