Skip to content

Commit

Permalink
upd(pacstall): 5.2.1 -> 5.3.0 (pacstall#1173)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored Jul 6, 2024
1 parent 8c4c647 commit 54706c4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
21 changes: 17 additions & 4 deletions misc/pacstall.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions pacstall
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
# along with Pacstall. If not, see <https://www.gnu.org/licenses/>.

# 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
Expand Down

0 comments on commit 54706c4

Please sign in to comment.