chore(deps): update dependency pacstall/pacstall to v6.2.0 #10730
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.1.1
->6.2.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pacstall/pacstall (pacstall/pacstall)
v6.2.0
: PictonCompare Source
Pacstall v6.2.0 Picton
This update is a quality of life update focusing on important bug fixes and adding requested features. Users can update from Pacstall 4.0.0 or higher with
pacstall -U pacstall:master
, or reinstall using the deb file. The prebuilt deb is also available from the Chaotic PPR, usingsudo apt install pacstall
.Developers, Developers, Developers...
Features
-Lu
/--list-upgrades
command by @oklopfer (#1312)-M
/--mark
command + allow local installs to be picked up by upgrade by @oklopfer (#1339)Bug Fixes
dest
to define extraction method whensource
doesn't by @oklopfer (#1333)Translations
Current translation status:
See https://github.com/pacstall/pacstall#translations for how to help.
How to use the new features
PACSTALL_TMPDIR
environment variableNormally, downloads, extractions, and builds are done in
/tmp/pacstall
. However, certain packages may have very large download or build sizes, and on many devices, this results in a filled up/tmp
and incomplete building.To work around this, users can now define the environment variable
PACSTALL_TMPDIR
to serve in place of/tmp
throughout all processes. It should be defined without a trailing slash. IfPACSTALL_TMPDIR
is not defined, it falls back to being/tmp
.-Lu
/--list-upgrades
commandBefore this flag, if users wanted to check what packages are marked for upgrades, they would have to run
-Up
, then cancel out the upgrade prompt. Now users can simply runpacstall -Lu
to list upgrades without upgrading.-M
/--mark
commandPreviously, if a package was installed locally from a pacscript rather than from a repo, it would not be able to be picked up for upgrades. This has now been aligned with APT, and will automatically search in available repos for a locally installed package and upgrade it if it exists. In place of the old behavior,
-M
allows you to mark packages to be held from upgrade. Its usage is as follows:Pacscript for this releases Deb
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.