diff options
-rw-r--r-- | community/libplist/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libplist/APKBUILD b/community/libplist/APKBUILD index 46af262f0d..b335919d24 100644 --- a/community/libplist/APKBUILD +++ b/community/libplist/APKBUILD @@ -30,7 +30,7 @@ build() { check() { # https://github.com/libimobiledevice/libplist/issues/118 case "$CARCH" in - armv7) return 0;; + arm*) return 0;; esac make check -j1 # https://github.com/libimobiledevice/libimobiledevice/issues/777 |