diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-26 14:50:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-26 14:50:09 (GMT) |
commit | 5d5a44bcf2183b2a8e0767b8be9fcf62b139dcff (patch) | |
tree | 13cdf89529a36930ae27f7e1c2c1914efae38aea /abs | |
parent | 1ee7cc86da31af9c0b0f16f8934626093df968a8 (diff) | |
download | linhes_pkgbuild-5d5a44bcf2183b2a8e0767b8be9fcf62b139dcff.zip linhes_pkgbuild-5d5a44bcf2183b2a8e0767b8be9fcf62b139dcff.tar.gz linhes_pkgbuild-5d5a44bcf2183b2a8e0767b8be9fcf62b139dcff.tar.bz2 |
powermate_myth: added x86_64 arch
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/powermate_myth/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/powermate_myth/PKGBUILD b/abs/core/powermate_myth/PKGBUILD index 1581477..e98e0a0 100644 --- a/abs/core/powermate_myth/PKGBUILD +++ b/abs/core/powermate_myth/PKGBUILD @@ -1,7 +1,7 @@ pkgname=powermate_myth pkgver=1.0 pkgrel=1 -arch=('i686') +arch=('i686' 'x86_64') pkgdesc="Provides support and sample program for using the powermate with mtythv" url="" depends=(python2 xdotool) |