Skip to content

Commit

Permalink
fix(pikaur-static: pypyalpm: Package): convert size and isize to int …
Browse files Browse the repository at this point in the history
…(re: #857)
  • Loading branch information
actionless committed Dec 17, 2024
1 parent 0b0bac4 commit d833d2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pikaur_static/pypyalpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ def __init__(self) -> None:

PACMAN_INT_FIELDS: Final = (
"reason",
"size",
"isize",
)


Expand Down

0 comments on commit d833d2e

Please sign in to comment.