diff options
author | Britney Fransen <brfransen@gmail.com> | 2012-09-03 17:39:49 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2012-09-03 17:39:49 (GMT) |
commit | a261b10e32d0353c9a0720fa0528e372376eb81c (patch) | |
tree | ac231eb0de2701effc1fb8a5e8ea13ae7605814c /abs/core/keylaunch/PKGBUILD | |
parent | fde38eda71f1f6efbd2c870b31c4fc71b5c576af (diff) | |
download | linhes_pkgbuild-a261b10e32d0353c9a0720fa0528e372376eb81c.zip linhes_pkgbuild-a261b10e32d0353c9a0720fa0528e372376eb81c.tar.gz linhes_pkgbuild-a261b10e32d0353c9a0720fa0528e372376eb81c.tar.bz2 |
keylaunch: update .keylaunchrc to run mythtv-setup as user
Diffstat (limited to 'abs/core/keylaunch/PKGBUILD')
-rw-r--r-- | abs/core/keylaunch/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/keylaunch/PKGBUILD b/abs/core/keylaunch/PKGBUILD index 2a21d9f..6c22fa5 100644 --- a/abs/core/keylaunch/PKGBUILD +++ b/abs/core/keylaunch/PKGBUILD @@ -1,6 +1,6 @@ pkgname=keylaunch pkgver=1.3.9 -pkgrel=4 +pkgrel=5 arch=('i686') pkgdesc="KeyLaunch is a small utility for binding commands to a hot key. " url="http://www.oroborus.org/" @@ -16,4 +16,4 @@ build() { install -D -m0755 ../example_rc $startdir/pkg/etc/keylaunchrc } md5sums=('710f68a3e7026b4139cc94ea790576c3' - 'd465a4c892daedd558ec83e59734877e') + '24a962d246fe893b6ae0e02d0d0977fc') |