diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-23 21:55:03 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-23 21:55:03 (GMT) |
commit | b7629260f19f5cc7f40cf1337cbfd268c2fc9a02 (patch) | |
tree | bc63c85712faf7414e0bbcf0fbd3a6eda6cbbda6 /abs/core/keylaunch/PKGBUILD | |
parent | 1a7ffd256fa9d53e285109c3f6f4a6c74b901a10 (diff) | |
download | linhes_pkgbuild-b7629260f19f5cc7f40cf1337cbfd268c2fc9a02.zip linhes_pkgbuild-b7629260f19f5cc7f40cf1337cbfd268c2fc9a02.tar.gz linhes_pkgbuild-b7629260f19f5cc7f40cf1337cbfd268c2fc9a02.tar.bz2 |
keylaunch & mythinstall: change ctl+alt+f keybinding to alt+f to avoid conflict with e16 default keybinding.
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 173cdff..5d77379 100644 --- a/abs/core/keylaunch/PKGBUILD +++ b/abs/core/keylaunch/PKGBUILD @@ -1,6 +1,6 @@ pkgname=keylaunch pkgver=1.3.9 -pkgrel=8 +pkgrel=9 arch=('i686' 'x86_64') pkgdesc="KeyLaunch is a small utility for binding commands to a hot key. " url="http://www.oroborus.org/" @@ -19,4 +19,4 @@ package() { install -D -m0755 $srcdir/example_rc $pkgdir/etc/keylaunchrc } md5sums=('710f68a3e7026b4139cc94ea790576c3' - '01d31c5c748f7a2802d7b0e7aa07a678') + '1141e182e2accb02c17548189bead4dc') |