diff options
Diffstat (limited to 'testing/pacparser/APKBUILD')
-rw-r--r-- | testing/pacparser/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pacparser/APKBUILD b/testing/pacparser/APKBUILD index 6955f5973a..0ded41ab80 100644 --- a/testing/pacparser/APKBUILD +++ b/testing/pacparser/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="A library to parse proxy auto-config (PAC) files" url="http://pacparser.manugarg.com" # x86, armhf: https://github.com/pacparser/pacparser/issues/77 arch="x86_64" -license="LGPL3+" +license="LGPL-3.0-or-later" depends="" makedepends="bash python2-dev" subpackages="py-$pkgname:pymod $pkgname-doc $pkgname-dev" |