diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 02:48:15 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 02:48:15 (GMT) |
commit | 0f53f7c72b782ce0660af661110dca4eac813548 (patch) | |
tree | d655a3ee18547a804df3f58b340203894e029adc /abs | |
parent | 8b3b83efb54d263daef6ec7254dc8a3601fc2607 (diff) | |
download | linhes_pkgbuild-0f53f7c72b782ce0660af661110dca4eac813548.zip linhes_pkgbuild-0f53f7c72b782ce0660af661110dca4eac813548.tar.gz linhes_pkgbuild-0f53f7c72b782ce0660af661110dca4eac813548.tar.bz2 |
keylaunch 1.3.9 added x86_64
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/keylaunch/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/keylaunch/PKGBUILD b/abs/core/keylaunch/PKGBUILD index 2a21d9f..d0dbe7e 100644 --- a/abs/core/keylaunch/PKGBUILD +++ b/abs/core/keylaunch/PKGBUILD @@ -1,7 +1,7 @@ pkgname=keylaunch pkgver=1.3.9 pkgrel=4 -arch=('i686') +arch=('i686' 'x86_64') pkgdesc="KeyLaunch is a small utility for binding commands to a hot key. " url="http://www.oroborus.org/" depends=(glibc) |