Repo.pm: parse_db(): remove $db_path and $db_name
commit6292ee004aaa70e44f70a32516820998df50d3ad
authorAlad Wenter <alad@archlinux.org>
Wed, 28 Feb 2024 18:33:07 +0000 (28 19:33 +0100)
committerAlad Wenter <alad@archlinux.org>
Wed, 28 Feb 2024 19:34:29 +0000 (28 20:34 +0100)
tree4ecb505e78287eb778aa3426d549f039eec464eb
parentd02f2e4038cb298ba794784f8ab8107695d3a790
Repo.pm: parse_db(): remove $db_path and $db_name

These arguments are not strictly required for parsing a pacman database.
Move them to the JSON/JSONL handlers in `aur-repo-parse`.
lib/aur-repo-parse
perl/AUR/Repo.pm