diff options
author | tcely <tcely@users.noreply.github.com> | 2019-03-20 09:12:51 -0400 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-07 17:55:36 +0000 |
commit | 242c421f6077ae088cb35ca5b282c50b727ea9e4 (patch) | |
tree | 48d4c8ae53dbd656eb5f9a59ece7d92e82338288 /community/dnsdist/APKBUILD | |
parent | ef8ce1a3a84e38d1571cf8ece45ceea9b933b8a3 (diff) | |
download | aports-242c421f6077ae088cb35ca5b282c50b727ea9e4.tar.bz2 aports-242c421f6077ae088cb35ca5b282c50b727ea9e4.tar.xz |
community/dnsdist: enable s390x
Diffstat (limited to 'community/dnsdist/APKBUILD')
-rw-r--r-- | community/dnsdist/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/dnsdist/APKBUILD b/community/dnsdist/APKBUILD index 282215af6f..32820f5d97 100644 --- a/community/dnsdist/APKBUILD +++ b/community/dnsdist/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: tcely <dnsdist+aports@tcely.33mail.com> pkgname="dnsdist" pkgver="1.3.3" -pkgrel=0 +pkgrel=1 pkgdesc="dnsdist is a highly DNS-, DoS-, and abuse-aware loadbalancer." url="https://dnsdist.org" -arch="all !s390x" #limited by fstrm +arch="all" license="GPL2" _lua_version="5.1" depends="$pkgname-common !$pkgname-luajit" |