diff options
Diffstat (limited to 'testing/pacparser/APKBUILD')
-rw-r--r-- | testing/pacparser/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/pacparser/APKBUILD b/testing/pacparser/APKBUILD index 49f29a2805..fdae587de2 100644 --- a/testing/pacparser/APKBUILD +++ b/testing/pacparser/APKBUILD @@ -2,10 +2,11 @@ # Maintainer: Aaron Hurt <ahurt@ena.com> pkgname=pacparser pkgver=1.3.6 -pkgrel=2 +pkgrel=3 pkgdesc="A library to parse proxy auto-config (PAC) files" url="http://pacparser.manugarg.com" -arch="x86 x86_64" +# x86, armhf: https://github.com/pacparser/pacparser/issues/77 +arch="x86_64" license="LGPL3+" depends="" makedepends="bash python-dev" |