Install pkgbuild-introspection during provisioning

It includes mkaurball that is needed to produce "source package" for AUR.
This commit is contained in:
Marcin Kulik
2014-06-19 20:29:32 +02:00
parent ef92aaac99
commit cf501caf2c

2
Vagrantfile vendored
View File

@@ -12,7 +12,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.define "arch" do |c|
c.vm.box = "cameronmalek/arch1403"
c.vm.provision "shell", inline: "pacman -Sy && pacman -S --noconfirm make python2-pip fakeroot binutils && pip2 install nose"
c.vm.provision "shell", inline: "pacman -Sy && pacman -S --noconfirm make python2-pip fakeroot binutils pkgbuild-introspection && pip2 install nose"
end
config.vm.define "ubuntu-trusty" do |c|