Skip to content

Commit

Permalink
Fix parabola packagelinks to point to actual packages instead of search
Browse files Browse the repository at this point in the history
Fixes #1130
  • Loading branch information
AMDmi3 committed Jul 23, 2024
1 parent 46109b2 commit 9311417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repos.d/arch/parabola.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
url: https://www.parabola.nu/packages/
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://www.parabola.nu/packages/?q={binname|quote}'
url: 'https://www.parabola.nu/packages/{subrepo}/x86_64/{binname}'
groups: [ all, production ]

- name: parabola_testing
Expand All @@ -50,5 +50,5 @@
url: https://www.parabola.nu/packages/
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://www.parabola.nu/packages/?q={binname|quote}'
url: 'https://www.parabola.nu/packages/{subrepo}/x86_64/{binname}'
groups: [ all, production ]

0 comments on commit 9311417

Please sign in to comment.