diff --git a/Makefile b/Makefile
index 215679a2397b949e465dd855bf1cc000c007ea46..9d285433252d95e5c2ffe745adbcc21bac24b34f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=20120118
+V=20120119
 
 PREFIX = /usr/local
 
diff --git a/archbuild.in b/archbuild.in
index 122f1e019e93ae49f206f31de382ef9fa6e4cef5..bd3f5e08f23b42839cc8b15e539a7cb61df4de5c 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -55,7 +55,7 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then
 	rm -rf "${chroots}/${repo}-${arch}"
 	mkdir -p "${chroots}/${repo}-${arch}"
 	setarch "${arch}" mkarchroot \
-		-C "${pacman_conf}" \
+		-C "@pkgdatadir@/pacman-${repo}.conf" \
 		-M "@pkgdatadir@/makepkg-${arch}.conf" \
 		"${chroots}/${repo}-${arch}/root" \
 		"${base_packages[@]}"