From fdf439685aee5fd6bc48cf1c0abb5f1bbf5a9715 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 1 Oct 2020 08:50:58 +0200 Subject: [PATCH] ogre3d: fix license Fixes #7066 --- mingw-w64-ogre3d/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-ogre3d/PKGBUILD b/mingw-w64-ogre3d/PKGBUILD index 1834d5b2da..1c2ed05db6 100644 --- a/mingw-w64-ogre3d/PKGBUILD +++ b/mingw-w64-ogre3d/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="A cross-platform 3D game engine (mingw-w64)" arch=('any') url="https://www.ogre3d.org/" -license=("LGPL") +license=("MIT") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-doxygen" "${MINGW_PACKAGE_PREFIX}-pkg-config"