6.3.0 Absinthe #1361
oklopfer
announced in
Announcements
6.3.0 Absinthe
#1361
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pacstall v6.3.0 Absinthe
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
KVER
internal variable andlimit_kver
pacscript variable by @oklopfer (feat:KVER
andlimit_kver
#1357)Bug Fixes
mktemp
cases of-p
flag being masked by-t
by @D-Brox (fix(mktemp):-p
flag masked by-t
#1355)is_apt_package_installed
check against version constraints by @oklopfer (fix(is_apt_package_installed): check against version constraints #1359)Translations
Current translation status:
See https://github.com/pacstall/pacstall#translations for how to help.
How to use the new features
KVER
internal variable andlimit_kver
pacscript variableMaintainers may want some of their packages, such as external kernel modules, to build slightly differently based on device kernel versions, or may want to exclude certain versions entirely from being able to build a package. We have added two new variables to assist in this interaction:
$KVER
: this is an internal variable, similar toCARCH
andDISTRO
; one could potentially use the variable like the following:limit_kver=
: this is a pacscript variable, similar topkgver
anddepends
; it is a singular string, as opposed to an array, and should be a number prefixed by one of the version constraints<=
>=
=
<
>
, such as the following:Pacscript for this releases Deb
This discussion was created from the release 6.3.0 Absinthe.
Beta Was this translation helpful? Give feedback.
All reactions