{"id":18649607,"url":"https://github.com/vorpalblade/aurutilsutils","last_synced_at":"2026-05-12T12:41:46.770Z","repository":{"id":54914752,"uuid":"521722093","full_name":"VorpalBlade/aurutilsutils","owner":"VorpalBlade","description":"Utilities for aurutils","archived":false,"fork":false,"pushed_at":"2022-11-20T18:50:54.000Z","size":99,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-27T12:43:13.358Z","etag":null,"topics":["arch","aur","aurutils","aurutils-wrapper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VorpalBlade.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-05T17:22:53.000Z","updated_at":"2024-05-02T10:51:59.000Z","dependencies_parsed_at":"2023-01-23T14:16:03.852Z","dependency_job_id":null,"html_url":"https://github.com/VorpalBlade/aurutilsutils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VorpalBlade%2Faurutilsutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VorpalBlade%2Faurutilsutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VorpalBlade%2Faurutilsutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VorpalBlade%2Faurutilsutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VorpalBlade","download_url":"https://codeload.github.com/VorpalBlade/aurutilsutils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239456156,"owners_count":19641782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arch","aur","aurutils","aurutils-wrapper"],"created_at":"2024-11-07T06:39:08.640Z","updated_at":"2025-11-05T10:30:28.067Z","avatar_url":"https://github.com/VorpalBlade.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aurutilsutils\n\nUtilities extending [aurutils].\n\nTools included:\n\n* `aur-smartsync` is the main tool and offers a declarative (config file based)\n  approach to AUR package management on top of [aurutils]. See [below](#config-file)\n  for file format.\n* `aur-unmanaged` provides some sanity checking of the configuration file and\n  system state, in particular it will list packages in `file://` repositories\n  that are not in the config file nor a dependency of a package in the config\n  file.\n* `aur-move-helper` is a utility to help transition from a local AUR mono-repo\n  to split repositories based on a newly written config file.\n\n## Config file\n\nThe config file is read from `~/.config/aurutilsutils/sync.yml`. The expected\nfile format can be seen in this example:\n\n```yaml\nbuild_flags:\n    global:\n      - \"--extra-flags\"\n      - \"to aur build\"\n    default:\n      - \"--makepkg-conf\"\n      - \"/etc/makepkg.conf\"\n    fast-repo-x86-v3:\n      - \"--makepkg-conf\"\n      - \"/etc/other-makepkg.conf\"\nrepositories:\n    custom-basics:\n        - aurutils\n        - aurutilsutils-git\n    some-other-repo:\n        - some-package\n        - ...\npackage_overrides:\n    some-package:\n        chroot: False\n```\n\n### Build flags\n\nExtra flags to pass to `aur build` can be listed in the `build_flags` section.\nThis can be used to pass `--remove` to remove old versions, or specify a\nspecific `makepkg.conf`.\n\n`build_flags` are set per repository but with two extensions:\n\n* Flags listed in the `global` subsection are set for all repositories\n* Flags listed in the `default` subsection are set for all repositories that\n  don't have specific flags set.\n\n### Repositories\n\n`repositories` is the most important part of the configuration. It specifies\nwhat packages should exist in the local AUR repositories and which packages go\ninto which repositories.\n\nThis is a package name, *not* a pkgbase name. However if this refers to a split\npackage, other parts of the same package will be put in the same repository\nautomatically.\n\nIn addition, any AUR dependencies that a listed package pulls in will be put in\nthe same repository as long as there are no conflicts. A conflict arises when\npackages in different repositories pull in the same dependency. In this case\nthe dependency must be manually assigned to one of the repositories.\n\n### Package overrides\n\nBy default packages are built in chroot (`aur build --chroot`) but this can be\noverriden per package in the `package_overrides` section. Currently no other\npackage specific overrides exist.\n\n[aurutils]: https://github.com/AladW/aurutils\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvorpalblade%2Faurutilsutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvorpalblade%2Faurutilsutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvorpalblade%2Faurutilsutils/lists"}