diff options
Diffstat (limited to 'main/squashfs-tools/APKBUILD')
-rw-r--r-- | main/squashfs-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/squashfs-tools/APKBUILD b/main/squashfs-tools/APKBUILD index ccfaea707d..0e0c0adcd9 100644 --- a/main/squashfs-tools/APKBUILD +++ b/main/squashfs-tools/APKBUILD @@ -4,7 +4,7 @@ pkgver=4.1 pkgrel=0 pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux." url="http://squashfs.sourceforge.net" -arch="x86 x86_64" +arch="all" license="GPL" depends= makedepends="zlib-dev attr-dev" |