Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Replace "seq[T]" with "List[T]" where suitable | kitsunyan | 2018-04-21 | |
| | ||||
* | Catch SIGINT and ask to remove build dependencies | kitsunyan | 2018-04-20 | |
| | ||||
* | Handle "--asdeps" and "--asexplicit" more accurately | kitsunyan | 2018-04-18 | |
| | ||||
* | Replace more variables on privileges drop | kitsunyan | 2018-04-09 | |
| | ||||
* | Add AUR support for downgrades | kitsunyan | 2018-04-09 | |
| | ||||
* | Warn about newer local packages | kitsunyan | 2018-04-09 | |
| | ||||
* | Fix "--needed" option for AUR packages | kitsunyan | 2018-04-09 | |
| | ||||
* | Allow running via sudo | kitsunyan | 2018-04-08 | |
| | ||||
* | Track pkgname changes when removing build dependencies | kitsunyan | 2018-04-07 | |
| | ||||
* | Properly remove unnecessary split package files | kitsunyan | 2018-04-07 | |
| | ||||
* | Allow to specify pre-build command | kitsunyan | 2018-04-07 | |
| | ||||
* | Remove build dependencies after building | kitsunyan | 2018-04-02 | |
| | ||||
* | Don't check AUR for replaceable packages | kitsunyan | 2018-03-25 | |
| | ||||
* | Install explicit and dependent packages separately | kitsunyan | 2018-03-24 | |
| | ||||
* | Fix ignored packages/groups | kitsunyan | 2018-03-23 | |
| | ||||
* | Don't fail on AUR dependency resolution | kitsunyan | 2018-03-23 | |
| | ||||
* | Use keyserver from ${gpgdir}/gpg.conf by default | kitsunyan | 2018-03-18 | |
| | ||||
* | Add PGP keys importing | kitsunyan | 2018-03-18 | |
| | ||||
* | Check conflicting targets before building | kitsunyan | 2018-03-17 | |
| | ||||
* | Use unsetenv instead of setenv with empty string | kitsunyan | 2018-03-16 | |
| | ||||
* | Take pkgname change into account | kitsunyan | 2018-03-16 | |
| | ||||
* | Provide custom config for makepkg instead of exporting variables | kitsunyan | 2018-03-15 | |
| | ||||
* | Perform arch filter during .SRCINFO parsing | kitsunyan | 2018-03-13 | |
| | ||||
* | Don't load AUR commits in "noconfirm" mode | kitsunyan | 2018-03-13 | |
| | ||||
* | Don't interrupt dependency resolving on fail | kitsunyan | 2018-03-13 | |
| | | | | | | | | | A depends on B, A depends on C, C depends on D, D provides B (B — virtual package). Resolving a full tree sometimes allows to find actual packages when "upper" packages reference to corresponding virtual packages. This also allows to display a complete list of missing dependencies. | |||
* | Fix dependency resolver for dependency cycles | kitsunyan | 2018-03-13 | |
| | | | | | | X provides Y, X depends on Z, Z depends on Y (X and Y — actual packages). Before this commit, resolver wouldn't lookup for Y since it's already provided by X. | |||
* | Initial commitv0.1 | kitsunyan | 2018-03-10 | |