diff options
author | Cecil <knoppmyth@gmail.com> | 2012-09-23 19:31:10 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-09-23 19:31:10 (GMT) |
commit | cafd1e5f46d61c3175d4a3347c65ae79c476c61a (patch) | |
tree | 3b82cfb5c5e646861bb551088229f19bfadf8d3b /abs/core/keylaunch/PKGBUILD | |
parent | 717c1c4f8bd16ddf23688e2b94e529a069f40bc9 (diff) | |
parent | 02ed2d32465e5f074eae2bca648c2b344c7a3044 (diff) | |
download | linhes_pkgbuild-cafd1e5f46d61c3175d4a3347c65ae79c476c61a.zip linhes_pkgbuild-cafd1e5f46d61c3175d4a3347c65ae79c476c61a.tar.gz linhes_pkgbuild-cafd1e5f46d61c3175d4a3347c65ae79c476c61a.tar.bz2 |
Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testing
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') |