diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-10 01:07:10 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-10 01:07:10 (GMT) |
commit | f076fab1197679210b579f0f80a6887c06eb7991 (patch) | |
tree | ad6755aabbb2e5fcd647eb5dc103fc7bf3f154f1 /abs | |
parent | ffd672f0043c96d0e293d9189e961d34b951d331 (diff) | |
download | linhes_pkgbuild-f076fab1197679210b579f0f80a6887c06eb7991.zip linhes_pkgbuild-f076fab1197679210b579f0f80a6887c06eb7991.tar.gz linhes_pkgbuild-f076fab1197679210b579f0f80a6887c06eb7991.tar.bz2 |
Added xresprobe as dep.
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 936b159..7407f8f 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,9 +1,9 @@ pkgname=LinHES-config pkgver=2.0 -pkgrel=8 +pkgrel=9 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" -depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan system-templates rsync python-parted ) +depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan system-templates rsync python-parted xresprobe) arch=('i686') source=(mv_install.py mv_config.py mythinstall.bin myth_user_call file_time_offset.py install-ui.xml install_proxy.sh install_functions.sh systemconfig.sh install_db_chroot.sh restore_default_settings.sh xconfig.sh timezip.py soundconfig.sh LinHES-release issue MythVantage.sh create_master.sh build_diskless.sh networkconfig.sh timezone.bin autocard.py restore_km_db_chroot.sh README mv_advanced.py mv_common.py mv_ir.py mv_misc.py mv_network.py mv_screensaver.py mv_smolt.py mv_software.py mv_webuser.py mv_hostype.py systemconfig.py) |