Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Release 0.5v0.5 | kitsunyan | 2018-04-02 |
| | |||
* | Remove build dependencies after building | kitsunyan | 2018-04-02 |
| | |||
* | Discard input before reading from stdin | kitsunyan | 2018-04-02 |
| | |||
* | Write questions to stderr | kitsunyan | 2018-04-02 |
| | |||
* | Warn if there are no enough columns to display table | kitsunyan | 2018-03-25 |
| | |||
* | Don't check AUR for replaceable packages | kitsunyan | 2018-03-25 |
| | |||
* | Release 0.4v0.4 | kitsunyan | 2018-03-24 |
| | |||
* | Install explicit and dependent packages separately | kitsunyan | 2018-03-24 |
| | |||
* | Fix constraints checking | kitsunyan | 2018-03-24 |
| | |||
* | Fix ignored packages/groups | kitsunyan | 2018-03-23 |
| | |||
* | Don't fail on AUR dependency resolution | kitsunyan | 2018-03-23 |
| | |||
* | Add missing help string for "--keyserver" option | kitsunyan | 2018-03-20 |
| | |||
* | Release 0.3v0.3 | kitsunyan | 2018-03-19 |
| | |||
* | Allow to specify keyserver using "--keyserver" option | kitsunyan | 2018-03-18 |
| | |||
* | 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 |
| | |||
* | Release 0.2v0.2 | 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 |
| | |||
* | Add "uninstall" to phony targets | kitsunyan | 2018-03-14 |
| | |||
* | Filter repeating dependencies | kitsunyan | 2018-03-13 |
| | |||
* | Perform arch filter during .SRCINFO parsing | kitsunyan | 2018-03-13 |
| | |||
* | Don't load AUR commits in "noconfirm" mode | kitsunyan | 2018-03-13 |
| | |||
* | Don't bisect AUR packages | kitsunyan | 2018-03-13 |
| | | | | | | | | Since .SRCINFO might be changed without version change, bisecting becomes not suitable for finding the commit. Some packagers forget to update pkgrel or even .SRCINFO making changes to PKGBUILD, so bisecting can do more harm than good. | ||
* | 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. | ||
* | Remove unnecessary discards | kitsunyan | 2018-03-13 |
| | |||
* | 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. | ||
* | Ignore empty package references | kitsunyan | 2018-03-13 |
| | |||
* | Initial commitv0.1 | kitsunyan | 2018-03-10 |