You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2018. It is now read-only.
Unlike what I previously thought, some AUR packages have groups (f.e. kodi-addon-pvr-hts is part of kodi-addons group). This information is correctly displayed in the AUR interface, thus it should be handle by pacaur.
Add support for the related IgnoreGroup option.
To do:
patch cower to retrieve the Groups array from the RPC (done)
implement Groups display in the --info package info view (0c344db)
implement check for AUR targets that that are part of an IgnoreGroup (87c15c2)
implement check for AUR packages dependencies that that are part of an IgnoreGroup (c8f96c0)
implement check for binary packages dependencies that are part of an IgnoreGroup (8c1dabb)
check multi-group implementation (package that belongs to more than a group) (2130f83)
ensure local package take IgnoreGroup into account when upgrading (8e474b4)
This incidentally overrides the previous decision in #501.
See also #267 as an extra error can be easily trigerred by IgnoreGroup prompt.
The text was updated successfully, but these errors were encountered:
Unlike what I previously thought, some AUR packages have groups (f.e. kodi-addon-pvr-hts is part of
kodi-addons
group). This information is correctly displayed in the AUR interface, thus it should be handle by pacaur.Add support for the related IgnoreGroup option.
To do:
Groups
array from the RPC (done)Groups
display in the--info
package info view (0c344db)IgnoreGroup
(87c15c2)IgnoreGroup
(c8f96c0)IgnoreGroup
(8c1dabb)IgnoreGroup
into account when upgrading (8e474b4)This incidentally overrides the previous decision in #501.
See also #267 as an extra error can be easily trigerred by IgnoreGroup prompt.
The text was updated successfully, but these errors were encountered: