diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/libcoap/APKBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/community/libcoap/APKBUILD b/community/libcoap/APKBUILD index cc8ab70b4c..65f17759ea 100644 --- a/community/libcoap/APKBUILD +++ b/community/libcoap/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=libcoap pkgver=4.1.2 -pkgrel=0 +pkgrel=1 pkgdesc="A CoAP (RFC 7252) implementation" url="https://github.com/obgm/libcoap" arch="all" @@ -37,10 +37,6 @@ build() { } check() { - case "$CARCH" in - ppc64le) return ;; # FIXME - esac - "$builddir"/tests/testdriver } |