diff options
-rw-r--r-- | community/fstrm/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/fstrm/APKBUILD b/community/fstrm/APKBUILD index b3369a6bb6..580088686a 100644 --- a/community/fstrm/APKBUILD +++ b/community/fstrm/APKBUILD @@ -1,11 +1,13 @@ # Contributor: tcely <tcely@users.noreply.github.com> -# Maintainer: +# Maintainer: tcely <fstrm+aports@tcely.33mail.com> pkgname="fstrm" pkgver="0.4.0" pkgrel=0 pkgdesc="Frame Streams implementation in C" url="https://github.com/farsightsec/fstrm" arch="all !s390x" +# check failure on s390x reported upstream: +# https://github.com/farsightsec/fstrm/issues/58 license="Apache-2.0" depends="" depends_dev="libevent-dev" |