blob: 45acb8774bfd512e635d495b4cc0c9f857feb203 (
plain)
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"
};
|