atom: only for arch x86_64 and i686

This commit is contained in:
Andrea Brancaleoni 2016-04-14 22:19:35 +02:00
parent 9d992bf9d5
commit 494144ed5a
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ homepage="https://atom.io"
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz" distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
checksum=bd5d4b1c096d0666887050f10888042a4b4a84901002a307ae7f19bbfda69c29 checksum=bd5d4b1c096d0666887050f10888042a4b4a84901002a307ae7f19bbfda69c29
only_for_archs="i686 x86_64"
do_build() { do_build() {
script/build script/build
} }