From 9a46844693909ac5c82298d98ec81a75304e1e5a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 3 Apr 2018 14:50:41 +0200 Subject: substitute bin/wtf by pkgfile --- conf/pkgfile.pacman32.conf | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 conf/pkgfile.pacman32.conf (limited to 'conf') diff --git a/conf/pkgfile.pacman32.conf b/conf/pkgfile.pacman32.conf new file mode 100644 index 0000000..cb73152 --- /dev/null +++ b/conf/pkgfile.pacman32.conf @@ -0,0 +1,37 @@ +# pacman.conf for pkgfile to search through i686 repositories + +[staging] +Server = https://mirror.archlinux32.org/i686/$repo + +[community-staging] +Server = https://mirror.archlinux32.org/i686/$repo + +[testing] +Server = https://mirror.archlinux32.org/i686/$repo + +[community-testing] +Server = https://mirror.archlinux32.org/i686/$repo + +[core] +Server = https://mirror.archlinux32.org/i686/$repo + +[extra] +Server = https://mirror.archlinux32.org/i686/$repo + +[community] +Server = https://mirror.archlinux32.org/i686/$repo + +# If you want to run 32 bit applications on your x86_64 system, +# enable the multilib repositories as required here. + +#[multilib-testing] +#Include = /etc/pacman.d/mirrorlist + +#[multilib] +#Include = /etc/pacman.d/mirrorlist + +# An example of a custom package repository. See the pacman manpage for +# tips on creating your own repositories. +#[custom] +#SigLevel = Optional TrustAll +#Server = file:///home/custompkgs -- cgit v1.2.3