mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Bump the version to 0.6, it is alpha time
This commit is contained in:
parent
d490578767
commit
e590eb1ea3
5
PKGBUILD
5
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Thomas S Hatch <thatch45@gmail.com>
|
||||
|
||||
pkgname=salt
|
||||
pkgver=0.1
|
||||
pkgver=0.6
|
||||
pkgrel=1
|
||||
pkgdesc="A distributed remote execution system"
|
||||
arch=(any)
|
||||
@ -11,7 +11,8 @@ depends=('python2'
|
||||
'pyzmq'
|
||||
'python-m2crypto'
|
||||
'python-yaml'
|
||||
'pycrypto')
|
||||
'pycrypto'
|
||||
'facter')
|
||||
makedepends=()
|
||||
optdepends=()
|
||||
options=()
|
||||
|
Loading…
Reference in New Issue
Block a user