diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-30 19:03:34 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-30 19:03:34 (GMT) |
commit | df679528b5b2b2599baf83888db1694c7795b0b7 (patch) | |
tree | 65c2997f9f2b910dccc9e6469d203a5c7eafe5a8 /abs/core/LinHES-config | |
parent | 746d035fe4428152e54c966ca9fe058843dca9a4 (diff) | |
download | linhes_pkgbuild-df679528b5b2b2599baf83888db1694c7795b0b7.zip linhes_pkgbuild-df679528b5b2b2599baf83888db1694c7795b0b7.tar.gz linhes_pkgbuild-df679528b5b2b2599baf83888db1694c7795b0b7.tar.bz2 |
LinHES-config: update python-pexpect dep
Diffstat (limited to 'abs/core/LinHES-config')
-rwxr-xr-x | abs/core/LinHES-config/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index 5c1b9da..978e0db 100755 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,11 +1,11 @@ pkgname=LinHES-config pkgver=8.2 -pkgrel=1 +pkgrel=2 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev LinHes-config ) pkgdesc="Install and configure your system" depends=('bc' 'libstatgrab' 'mysql-python' 'expect' 'curl' 'dnsutils' 'parted' 'sg3_utils' 'nmbscan' 'system-templates' 'rsync' 'python-parted' - 'python-pexpect' 'python-netifaces' 'xcursor-vanilla-dmz-aa' + 'python2-pexpect' 'python-netifaces' 'xcursor-vanilla-dmz-aa' 'python-iplib' 'sudo' 'setserial' 'udevil' 'balance' ) arch=('i686' 'x86_64') |