diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-26 21:53:12 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-26 21:53:12 (GMT) |
commit | 4efd149b0369c26b34651bf970db09cc20cf25bd (patch) | |
tree | d8d32cefa7288b24d296cb486357f76ffbf51e4e /abs/core/keylaunch/PKGBUILD | |
parent | 99906ce8f42464010e4fa15616a0a7a08e2c7622 (diff) | |
download | linhes_pkgbuild-4efd149b0369c26b34651bf970db09cc20cf25bd.zip linhes_pkgbuild-4efd149b0369c26b34651bf970db09cc20cf25bd.tar.gz linhes_pkgbuild-4efd149b0369c26b34651bf970db09cc20cf25bd.tar.bz2 |
keylaunch: change config file so that it calls lh_backend_control.sh for all stop/starts/restarts of backend
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 d0dbe7e..afb5c00 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' 'x86_64') 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') + 'feda76439fe930eaaaad81fbb62b84b0') |