diff options
Diffstat (limited to 'abs/core/keylaunch/PKGBUILD')
-rw-r--r-- | abs/core/keylaunch/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/keylaunch/PKGBUILD b/abs/core/keylaunch/PKGBUILD index 6c22fa5..67b8d77 100644 --- a/abs/core/keylaunch/PKGBUILD +++ b/abs/core/keylaunch/PKGBUILD @@ -1,7 +1,7 @@ pkgname=keylaunch pkgver=1.3.9 -pkgrel=5 -arch=('i686') +pkgrel=6 +arch=('i686' 'x86_64') pkgdesc="KeyLaunch is a small utility for binding commands to a hot key. " url="http://www.oroborus.org/" depends=(glibc) @@ -16,4 +16,4 @@ build() { install -D -m0755 ../example_rc $startdir/pkg/etc/keylaunchrc } md5sums=('710f68a3e7026b4139cc94ea790576c3' - '24a962d246fe893b6ae0e02d0d0977fc') + '98d341f2fb87ce4fbbecafbdc776b2a7') |