Skip to content

Commit

Permalink
upd(pacstall): 5.3.0 -> 5.3.1 (pacstall#1178)
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 7, 2024
1 parent e2fdaa3 commit d87857c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
17 changes: 13 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" "July 6, 2024" "Pacstall 5.3.0 Phthalo" "General Commands Manual"
.TH "Pacstall" "8" "July 7, 2024" "Pacstall 5.3.1 Skobeloff" "General Commands Manual"
.hy
.SH NAME
.PP
Expand Down Expand Up @@ -93,15 +93,24 @@ from local pacscript
.RS
.RS
.PP
$ \f[B]pacstall -I parent:pkgbase\f[R] # Install all pkgnames in the
$ \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]
$ \f[B]pacstall -I
\f[BI]p\f[B]\f[BI]a\f[B]\f[BI]r\f[B]\f[BI]e\f[B]\f[BI]n\f[B]\f[BI]t\f[B]:{child}\f[R]
# Install only the pkgname \f[B]child\f[R] from the pkgbase
\f[B]parent\f[R]
.RE
.RE
.RS
.RS
.PP
$ \f[B]pacstall -I package.pacscript:${child}\f[R] # Install only the
pkgname \f[B]child\f[R] from a local split package
.RE
.RE
.TP
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.3.0"
version_name="Phthalo"
declare -A version_color=([r]="25" [g]="82" [b]="86")
version_number="5.3.1"
version_name="Skobeloff"
declare -A version_color=([r]="0" [g]="116" [b]="116")

# Configuration
export LC_ALL=C
Expand Down

0 comments on commit d87857c

Please sign in to comment.