aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Release 0.7v0.7kitsunyan2018-04-10
|
* Replace more variables on privileges dropkitsunyan2018-04-09
|
* Allow to use comma to separate "--ignore" and "--ignoregroup" argskitsunyan2018-04-09
|
* Add AUR support for downgradeskitsunyan2018-04-09
|
* Warn about newer local packageskitsunyan2018-04-09
|
* Fix "--needed" option for AUR packageskitsunyan2018-04-09
|
* Close gpg.conf after readingkitsunyan2018-04-08
|
* Allow to automatically exec pakku via sudokitsunyan2018-04-08
|
* Allow running via sudokitsunyan2018-04-08
|
* Release 0.6v0.6kitsunyan2018-04-08
|
* Track pkgname changes when removing build dependencieskitsunyan2018-04-07
|
* Properly remove unnecessary split package fileskitsunyan2018-04-07
|
* Allow to specify pre-build commandkitsunyan2018-04-07
|
* Release 0.5v0.5kitsunyan2018-04-02
|
* Remove build dependencies after buildingkitsunyan2018-04-02
|
* Discard input before reading from stdinkitsunyan2018-04-02
|
* Write questions to stderrkitsunyan2018-04-02
|
* Warn if there are no enough columns to display tablekitsunyan2018-03-25
|
* Don't check AUR for replaceable packageskitsunyan2018-03-25
|
* Release 0.4v0.4kitsunyan2018-03-24
|
* Install explicit and dependent packages separatelykitsunyan2018-03-24
|
* Fix constraints checkingkitsunyan2018-03-24
|
* Fix ignored packages/groupskitsunyan2018-03-23
|
* Don't fail on AUR dependency resolutionkitsunyan2018-03-23
|
* Add missing help string for "--keyserver" optionkitsunyan2018-03-20
|
* Release 0.3v0.3kitsunyan2018-03-19
|
* Allow to specify keyserver using "--keyserver" optionkitsunyan2018-03-18
|
* Use keyserver from ${gpgdir}/gpg.conf by defaultkitsunyan2018-03-18
|
* Add PGP keys importingkitsunyan2018-03-18
|
* Check conflicting targets before buildingkitsunyan2018-03-17
|
* Use unsetenv instead of setenv with empty stringkitsunyan2018-03-16
|
* Release 0.2v0.2kitsunyan2018-03-16
|
* Take pkgname change into accountkitsunyan2018-03-16
|
* Provide custom config for makepkg instead of exporting variableskitsunyan2018-03-15
|
* Add "uninstall" to phony targetskitsunyan2018-03-14
|
* Filter repeating dependencieskitsunyan2018-03-13
|
* Perform arch filter during .SRCINFO parsingkitsunyan2018-03-13
|
* Don't load AUR commits in "noconfirm" modekitsunyan2018-03-13
|
* Don't bisect AUR packageskitsunyan2018-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 failkitsunyan2018-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 discardskitsunyan2018-03-13
|
* Fix dependency resolver for dependency cycleskitsunyan2018-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 referenceskitsunyan2018-03-13
|
* Initial commitv0.1kitsunyan2018-03-10