Releases: Kwpolska/pkgbuilder
Releases · Kwpolska/pkgbuilder
v4.3.2
Fix building repository packages crashing due to a removed pyalpm field that we didn't need anyway (#69)
v4.3.1
Honor --ignore with VCS upgrades (#67)
v4.3.0
- Support for editing PKGBUILDs (
--edit-pkgbuild
option)
v4.2.18
- Add a
paccommand
option to the INI file.
v4.2.17
- Add
-G
, --get
as -F
, --fetch
alternatives (Issue #56)
- Pass
pb -F
to pacman’s file search option (Issue #56)
v4.2.16
- Handle searches with spaces correctly (Issue #55)
v4.2.15
- Avoid crashes if package name contains
+
signs (or other characters not allowed in regular expressions).
v4.2.14
- Fix multiinfo glitch if there are no packages
v4.2.13
- Split multiinfo requests into batches of 150, preventing crashes when the request URL becomes too large (Issue #53)
v4.2.12
- use asp instead of abs/rsync
- remove some references to ABS
- deprecated
pkgbuilder.build.rsync
— use pkgbuilder.build.asp_export
instead.