diff options
Diffstat (limited to 'community/xapian-core/APKBUILD')
-rw-r--r-- | community/xapian-core/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xapian-core/APKBUILD b/community/xapian-core/APKBUILD index d7cd9ff5f2..066ff722d8 100644 --- a/community/xapian-core/APKBUILD +++ b/community/xapian-core/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Open source search engine library" url="http://www.xapian.org/" arch="all" -license="GPL2+" +license="GPL-2.0-or-later" depends="" depends_dev="zlib-dev util-linux-dev" makedepends="$depends_dev libtool" |