Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Releases: Skycoder42/repkg

Reworked version filtering

24 Jan 21:47

Choose a tag to compare

Changelog:

  • Version filtering has completely been reworked
    • Regex based filters do not work anymore. They are currently beeing ignored when found, but will cause errors in future versions
    • Version are now compared using a new and simpler set of filter rules. Check the readme for details
  • Added support for wildcard rules (E.g. ruby-*.rule will trigger a rebuild of all custom ruby packages based on the contents)
    • Added extension rules (+<rule>.rule) that instead of overriding wildcard rules extend them
  • Added support for creating rules from all of a packages dependencies

Small feature update

09 Aug 16:34

Choose a tag to compare

Changelog:

  • Fix support for tty-based pacman frontends (like yay), as long as they do not required waved packages
  • Added explicit support for yay (as default)
  • Add option to reset the frontend
  • Add support for version scopes to only update packages when the version change is significant enough
  • Improved the rules command
  • Added ZSH-Completitions

Fix the fix of the fix...

06 Jun 16:22

Choose a tag to compare

Removed debug code, found by @nikita-moor

Fix the fix

04 Jun 15:46

Choose a tag to compare

no comment needed

Fix for pacman 5.1

04 Jun 15:34

Choose a tag to compare

The hook stopped working with pacman 5.1 - this was fixed now

Feature updates and bugfixes

09 Mar 21:54

Choose a tag to compare

Changelog:

  • Now use trizen as default frontend
  • Fix frontend --set
  • Add remove command to remove rules
  • Test if all packages to be rebuild are already installed
  • Added bash completition
  • Sort rebuild command to build packages in order
    • Prevents most frontends from having to build packages multiple times
    • For frontends that don't support ordered build arguments, the --waved can be use when adding the frontend. It splits the rebuild into multiple commands to archieve the same effect.

CLI cleanup and fixes

10 Oct 17:50

Choose a tag to compare

  • Updated cli
  • few fixes
  • better original user detection
  • added rules command to list existing rules

Initial Release

31 Jul 19:59

Choose a tag to compare

How to comming soon