1 2 3 4 5 6 7 8 9 10 11 12
/* libalpm options */ #define ALPM_DBPATH "/var/lib/aurblup/" #define ALPM_MIRROR "ftp://mirrors.kernel.org/archlinux/%s/os/x86_64" static const char *alpm_repos[] = { "core", "community", "community-testing", "extra", "multilib", "testing" };