Releases: Kwpolska/pkgbuilder
Releases · Kwpolska/pkgbuilder
v4.2.1
- Default to empty strings in Packages (Issue #35; thanks @mfussenegger)
- Fix duplicate --confirm argument in
pb
v4.2.0
- Support for config files!
- Change domain to aur.archlinux.org
v4.1.0
- Add transactions framework — users can retry failed installs; less code duplication
- Add --noconfirm option
- Fix issue with git clones by adding explicit clone destination
v4.0.3
- Add
--deep
option to create deep clones (especially useful for -F
and --userfetch
)
v4.0.2
- Update documentation (man pages, README)
- Support upgrade-fetch (
-uF
) properly
- Drop fancy-style upgrade messages (use pacman-style messages only, no matter what mode of operation was used)
- Add
git
to PKGBUILD dependencies
v4.0.1
- Fix
prepare_deps
for split PKGBUILDs (take all packages’ data, something makepkg actually does not do)
v4.0.0
- Use RPCv4
- Use git clones instead of source tarballs (#34)
- Display Popularity field
- Delete Category field
- Use
.SRCINFO
files instead of running PKGBUILDs (via python-srcinfo
)
- Don’t build split packages twice (happened in eg.
pkgbuilder -Syu
)
- Run
sudo true
before attempting to move files so that mv
failures don’t cause an infinite loop
- Add
--skippgpcheck
option (mirrors makepkg’s)
- API change: use one
__main__.py
file instead of two different files
- API change: move some UI functions from
pkgbuilder.utils
to pkgbuilder.ui
- API change: cd out of the directory in
build_runner
v3.5.1
- Fix AURv4 support (use URLPath)
v3.5.0
AURv4 compatibility and minor bugfixes.
v3.4.0
Pacman v4.2.0 compatibility.