diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-28 01:30:15 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-28 01:30:15 -0300 |
commit | fd7504474ad835cad7702084bc10240472c9ab42 (patch) | |
tree | 40954bea98e5c02360d2fdce5a9c68aaf9671033 /testing/zchunk | |
parent | 0ebec6a24687f4f9ecdd3c2a17202390f1a29a86 (diff) | |
download | aports-fd7504474ad835cad7702084bc10240472c9ab42.tar.bz2 aports-fd7504474ad835cad7702084bc10240472c9ab42.tar.xz |
testing/zchunk: enable on armhf
Diffstat (limited to 'testing/zchunk')
-rw-r--r-- | testing/zchunk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/zchunk/APKBUILD b/testing/zchunk/APKBUILD index f27a6d9eae..2883a2240d 100644 --- a/testing/zchunk/APKBUILD +++ b/testing/zchunk/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1.2 pkgrel=0 pkgdesc="File format for highly efficient deltas" url="https://github.com/zchunk/zchunk" -arch="all !armhf" # Restricted by zstd +arch="all" license="BSD-2-Clause" makedepends=" meson |