-
-
Notifications
You must be signed in to change notification settings - Fork 2
[Feature]: catch all same distro versions #174
Description
Is your feature related to a problem? Please describe.
Currently, if we specify a repo that points to a distribution repo of which the distribution is not rolling, we will not get informed if the same distribution releases a new version of the package in a new release of the distribution.
Example: https://github.com/pacstall/pacstall-programs/blob/master/packages/warpinator-deb/warpinator-deb.pacscript has "repo: linux_mint_21_1". It would be nice if we could catch a new release in linux_mint_21_2 without changing the repology variable.
A clear and concise description of what you want to happen.
A wildcard like "repo: linux_mint*" would be nice
Describe alternatives you've considered
I thought that if we filter on maintainer instead of repo, that would also be interesting, in this case "maitainers: root@linuxmint.com" would also give all versions that come from linuxmint repo, but it seems pacup does not support filtering based on maitainer so far
Additional context
No response