update the Arch PKGBUILD for 0.8.7

This commit is contained in:
Thomas S Hatch 2011-05-13 22:59:22 -06:00
parent 896b39997b
commit 98868f5ea2

View file

@ -1,7 +1,7 @@
# Maintainer: Thomas S Hatch <thatch45@gmail.com>
pkgname=salt
pkgver=0.7.0
pkgver=0.8.7
pkgrel=1
pkgdesc="A remote execution and communication system built on zeromq"
arch=(any)
@ -11,8 +11,7 @@ depends=('python2'
'python2-pyzmq'
'python-m2crypto'
'python2-yaml'
'pycrypto'
'facter')
'pycrypto')
backup=('etc/salt/master'
'etc/salt/minion')
makedepends=()