How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dreamscapes/archlinux"
config.vm.box_version = "2015.09.01"
end
vagrant init dreamscapes/archlinux \
--box-version 2015.09.01
vagrant up
This version was created about 8 years ago.
Arch Linux - Base
For more information about the builds head over to Github.