From 494144ed5a7f66c5836eaabd1322c9a2637d3fcf Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 14 Apr 2016 22:19:35 +0200 Subject: [PATCH] atom: only for arch x86_64 and i686 --- srcpkgs/atom/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/atom/template b/srcpkgs/atom/template index bbdaed83ea5..bf2d86fa57c 100644 --- a/srcpkgs/atom/template +++ b/srcpkgs/atom/template @@ -13,6 +13,8 @@ homepage="https://atom.io" distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz" checksum=bd5d4b1c096d0666887050f10888042a4b4a84901002a307ae7f19bbfda69c29 +only_for_archs="i686 x86_64" + do_build() { script/build }