diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-28 18:39:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-28 19:56:00 -0300 |
commit | 44f463d8034128c504ba9e795992fbb1e483c25f (patch) | |
tree | d35499a069eff435c7caa4168a7e4eaea53e6009 /testing | |
parent | 31ffebddd3560c53683bbdb09dfd0e004966e0c0 (diff) | |
download | aports-44f463d8034128c504ba9e795992fbb1e483c25f.tar.bz2 aports-44f463d8034128c504ba9e795992fbb1e483c25f.tar.xz |
rebuild for libbotan-2.so.11
Diffstat (limited to 'testing')
-rw-r--r-- | testing/kea/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kea/APKBUILD b/testing/kea/APKBUILD index c7da95e9cb..653a0e1ca1 100644 --- a/testing/kea/APKBUILD +++ b/testing/kea/APKBUILD @@ -3,9 +3,9 @@ pkgname=kea pkgver=1.5.0 -pkgrel=2 +pkgrel=3 pkgdesc="High-performance, extensible DHCP server engine from ISC, supporting both DHCPv4 and DHCPv6" -arch="all" +arch="all !armhf !armv7" url="http://kea.isc.org" license="MPL2" depends="" |