diff options
Diffstat (limited to 'main/yasm')
-rw-r--r-- | main/yasm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/yasm/APKBUILD b/main/yasm/APKBUILD index 3855d8574a..8204b7bd67 100644 --- a/main/yasm/APKBUILD +++ b/main/yasm/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.1.0 pkgrel=0 pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)" url="http://www.tortall.net/projects/yasm/" -arch="x86 x86_64" +arch="all" license="custom" depends= makedepends= |