update arch PKGBUILD

This commit is contained in:
Thomas S Hatch 2011-11-27 16:29:41 -07:00
parent be50ce0e52
commit 02fb2a5e17
2 changed files with 7 additions and 5 deletions

View File

@ -1,18 +1,19 @@
# Maintainer: Thomas S Hatch <thatch45@gmail.com>
pkgname=salt
pkgver=0.9.0
pkgver=0.9.4
pkgrel=1
pkgdesc="A remote execution and communication system built on zeromq"
arch=(any)
url="https://github.com/thatch45/salt"
url="https://github.com/saltstack/salt"
license=("APACHE")
depends=('python2'
'python2-pyzmq'
'python-m2crypto'
'python2-yaml'
'pycrypto'
'python2-psutil')
'python2-psutil'
'python2-jinja')
backup=('etc/salt/master'
'etc/salt/minion')
makedepends=()

View File

@ -12,7 +12,8 @@ depends=('python2'
'python-m2crypto'
'python2-yaml'
'pycrypto'
'python2-psutil')
'python2-psutil'
'python2-jinja')
makedepends=('git')
provides=()
backup=('etc/salt/master'
@ -25,7 +26,7 @@ md5sums=('1594591acb0a266854186a694da21103'
'21ab2eac231e9f61bf002ba5f16f8a3d'
'09683ef4966e401761f7d2db6ad4b692')
_gitroot="git://github.com/thatch45/salt.git"
_gitroot="git://github.com/saltstack/salt.git"
_gitname="salt"
build() {