diff options
Diffstat (limited to 'community/wine/APKBUILD')
-rw-r--r-- | community/wine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wine/APKBUILD b/community/wine/APKBUILD index 5fae70cec6b..47a3f2ec14a 100644 --- a/community/wine/APKBUILD +++ b/community/wine/APKBUILD @@ -9,7 +9,7 @@ pkgrel=0 pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" arch="x86 x86_64" -license="LGPL2+" +license="LGPL-2.0-or-later" # As of 2.0.3 most of the tests fails options="!check" subpackages="$pkgname-libs $pkgname-dev $pkgname-doc" |