Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Update .SRCINFO parser | kitsunyan | 2018-06-02 | |
| | | | | | | | | | | | | | | | | | Some arrays may be provided by both pkgbase and pkgname. The following rules are applied now: 1. When pkgname has array items, array items from pkgbase are ignored. If pkgname provides only empty items (e.g. "group = "), that means array was erased for this pkgname in PKGBUILD. 2. The following arrays are extracted from pkgbase only: validpgpkeys, makedepends, checkdepends. 3. If pkgname's depends array is less that pkgbase's depends array, all missing items are considered as makedepends. For instance, pkgbase:depends=(p1 p2), pkgname:depends=(p1), then p2 becomes make dependency for pkgname. | |||
* | Add support for "--overwrite" option | kitsunyan | 2018-05-31 | |
| | ||||
* | Add support for "--sysroot" option | kitsunyan | 2018-05-31 | |
| | ||||
* | Don't parse and validate config when "--help" is used | kitsunyan | 2018-05-31 | |
| | ||||
* | Simplify alpm initialization | kitsunyan | 2018-05-31 | |
| | ||||
* | Specify refspec when git fetch is used | kitsunyan | 2018-05-20 | |
| | ||||
* | Release 0.12v0.12 | kitsunyan | 2018-05-20 | |
| | ||||
* | Allow to preserve built packages to user cache dir | kitsunyan | 2018-05-20 | |
| | | | | Preserving is disabled by default now. | |||
* | Allow to view diff for AUR packages if package was built before | kitsunyan | 2018-05-19 | |
| | ||||
* | Simplify help output formatter for choices | kitsunyan | 2018-05-19 | |
| | ||||
* | Clone AUR repos without tags to user cache | kitsunyan | 2018-05-19 | |
| | ||||
* | Clone package repos without tags to user cache | kitsunyan | 2018-05-19 | |
| | ||||
* | Add user cache dir | kitsunyan | 2018-05-19 | |
| | ||||
* | Add support for "--ask" flag | kitsunyan | 2018-05-19 | |
| | ||||
* | Skip removed packages during upgrade | kitsunyan | 2018-05-13 | |
| | | | | | | A depends on B before upgrade, A depends on C after upgrade. C conflicts with B, which was removed from official repositories. In this case, remove B from targets list. | |||
* | Track package install reason for all packages | kitsunyan | 2018-05-11 | |
| | | | | | Previously only foreign packages were tracked, which led to incorrect install reason switch for built repo packages. | |||
* | Filter upgrade options for removing build dependencies | kitsunyan | 2018-05-09 | |
| | ||||
* | Release 0.11v0.11 | kitsunyan | 2018-05-08 | |
| | ||||
* | Refactor replaceable packages handling | kitsunyan | 2018-05-08 | |
| | ||||
* | Add support for "--nodeps" and "--assume-installed" options | kitsunyan | 2018-05-07 | |
| | ||||
* | Minor formatting change for installed packages | kitsunyan | 2018-05-07 | |
| | ||||
* | Remove comments from man pages | kitsunyan | 2018-05-06 | |
| | ||||
* | Filter necessary arguments only | kitsunyan | 2018-05-05 | |
| | ||||
* | Assume "--noaur" if "--assume-installed" provided | kitsunyan | 2018-05-05 | |
| | ||||
* | Don't turn dependencies into explicits | kitsunyan | 2018-05-05 | |
| | ||||
* | Copy built packages to package cache directory | kitsunyan | 2018-05-05 | |
| | ||||
* | Add patches for pacman completions from git | kitsunyan | 2018-05-05 | |
| | ||||
* | Add zsh completion | kitsunyan | 2018-05-05 | |
| | ||||
* | Refactor bash completion building | kitsunyan | 2018-05-05 | |
| | ||||
* | Fix extended options filter | kitsunyan | 2018-05-04 | |
| | ||||
* | Remove unnecessary "pacmanTargets" arg from "resolveDependencies" | kitsunyan | 2018-05-03 | |
| | ||||
* | Update bash completion | kitsunyan | 2018-05-03 | |
| | ||||
* | Add Parabola GNU/Linux-libre support | kitsunyan | 2018-05-01 | |
| | ||||
* | Use bare repositories to build repo packages from the same source | kitsunyan | 2018-05-01 | |
| | ||||
* | Release 0.10v0.10 | kitsunyan | 2018-05-01 | |
| | ||||
* | Fix os-release location | kitsunyan | 2018-05-01 | |
| | ||||
* | Add PKGBUILD retrieving | kitsunyan | 2018-04-29 | |
| | ||||
* | Properly handle "-" option | kitsunyan | 2018-04-29 | |
| | ||||
* | Use "-n" as short version of "--build" | kitsunyan | 2018-04-29 | |
| | ||||
* | Simplify arguments checking | kitsunyan | 2018-04-29 | |
| | ||||
* | Simplify "handleInstall" function | kitsunyan | 2018-04-29 | |
| | ||||
* | Simplify "handleSyncInstall" function | kitsunyan | 2018-04-29 | |
| | ||||
* | Resolve build dependencies after "pacman -S" | kitsunyan | 2018-04-29 | |
| | ||||
* | Use git clone for dependency resolution instead of cgit requests | kitsunyan | 2018-04-29 | |
| | ||||
* | Print error if chdir, setgroups, setuid, or setgid failed | kitsunyan | 2018-04-28 | |
| | ||||
* | Don't clone official packages twice | kitsunyan | 2018-04-28 | |
| | ||||
* | Update messages | kitsunyan | 2018-04-28 | |
| | ||||
* | Release 0.9v0.9 | kitsunyan | 2018-04-25 | |
| | ||||
* | Don't ask to view files in "--noconfirm" mode | kitsunyan | 2018-04-25 | |
| | ||||
* | Better "--print" support | kitsunyan | 2018-04-23 | |
| |