summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWiktor Grebla2016-03-12 22:34:04 +0100
committerWiktor Grebla2016-03-12 22:34:04 +0100
commit9a084d9947b3b7f19ec40331c9a78be505dca4ff (patch)
treee1fdf9a97aefcecef8af1b53d5669a6441038922 /PKGBUILD
parente2a65e0064ba6e81414301bdf04be70a181d8cd1 (diff)
downloadaur-9a084d9947b3b7f19ec40331c9a78be505dca4ff.tar.gz
Added x86_64 to arch.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd93226bbf77..c136dc1d8648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=emelf-git
pkgver=$(date +"%Y%m%d")
pkgrel=1
pkgdesc="Executable and Linkable File format for MERA 400"
-arch=('i686')
+arch=('i686' 'x86_64')
url="https://github.com/jakubfi/emelf"
license=('GPL')
depends=('cmake' 'make')