diff options
Diffstat (limited to 'main/gzip/APKBUILD')
-rw-r--r-- | main/gzip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gzip/APKBUILD b/main/gzip/APKBUILD index 11a0150c84..fde04d97a6 100644 --- a/main/gzip/APKBUILD +++ b/main/gzip/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="A popular data compression program" subpackages="$pkgname-doc" url="http://www.gnu.org/software/gzip/" -arch="x86 x86_64" +arch="all" license="GPL2" depends= makedepends= |