diff options
author | James Meyer <james.meyer@operamail.com> | 2012-01-19 17:07:06 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-01-19 17:07:06 (GMT) |
commit | 56826fc92b2709099307dcb18598d9d9ebae261b (patch) | |
tree | 5515a6c937e37e81cc2703634a53912f259f2225 /abs/core/LinHES-system/PKGBUILD | |
parent | f73007ad230f904c5be6bd0ea38d86c0536b177a (diff) | |
download | linhes_pkgbuild-56826fc92b2709099307dcb18598d9d9ebae261b.zip linhes_pkgbuild-56826fc92b2709099307dcb18598d9d9ebae261b.tar.gz linhes_pkgbuild-56826fc92b2709099307dcb18598d9d9ebae261b.tar.bz2 |
LinHES-system: add_storage.py add the ability to only report on new disks, but take no action.
refs #796
Diffstat (limited to 'abs/core/LinHES-system/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 0640a39..52f50e3 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,12 +1,12 @@ pkgname=LinHES-system pkgver=2 -pkgrel=24 +pkgrel=25 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin install=LinHES.install pkgdesc="scripts and things related to having an automated system" -depends=(linhes-sounds xdotool fluxbox tilda keylaunch python_aosd 'linhes-scripts>=7-24' 'runit-scripts>=2.1.1-43','udisks') +depends=(linhes-sounds xdotool fluxbox tilda keylaunch python_aosd 'linhes-scripts>=7-24' 'runit-scripts>=2.1.1-43' 'udisks') backup=(etc/modprobe.d/alsa-base) binfiles="LinHES-start optimize_mythdb.py myth_mtc.py myth_mtc.sh LinHES-run @@ -70,6 +70,6 @@ md5sums=('71a1fc9b01476b0b2c30596107eeff75' '9c2294ccfd5359583497a6b03d918a27' '859a80ddb4c234506379c605114c1343' '47e093e8cfe4b5b96602358e1f540832' - 'a69c93ee6c927d5c08172cc9515d8f32' + '6ca1642a98b66f0499e0d1f964987ad8' 'eb879fee9603a05d5420d4ce8ed9e450' 'f1870a9522c79e6b248fcbf81dec3280') |