diff options
-rw-r--r-- | abs/core/mythinstall/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/mythinstall/PKGBUILD b/abs/core/mythinstall/PKGBUILD index 21a084b..5f662d3 100644 --- a/abs/core/mythinstall/PKGBUILD +++ b/abs/core/mythinstall/PKGBUILD @@ -3,7 +3,7 @@ pkgname=mythinstall pkgver=3 pkgrel=26 pkgdesc="LinHES installer/systemconfig GUI." -arch=i686 +arch=('i686' 'x86_64') depends=('mythtv>=0.25') makedepends=('mythtv>=0.25') source=('install-ui.xml') |