From e700e2175b43c61764b9c1d0b82f7688dba64fb0 Mon Sep 17 00:00:00 2001 From: Shoozza Date: Thu, 1 Jan 2015 22:56:34 +0100 Subject: [PATCH] Fix Allegro 5 License is ZLIB Allegro 5 is licensed under ZLIB http://alleg.sourceforge.net/license.html https://en.wikipedia.org/wiki/Zlib_License#Text https://wiki.archlinux.org/index.php/PKGBUILD#license --- mingw-w64-allegro/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-allegro/PKGBUILD b/mingw-w64-allegro/PKGBUILD index f2d6019aea..5c9aa09f62 100644 --- a/mingw-w64-allegro/PKGBUILD +++ b/mingw-w64-allegro/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Portable library mainly aimed at video game and multimedia programming (mingw-w64)" arch=(any) url="http://alleg.sourceforge.net" -license=("custom") +license=("ZLIB") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-freetype"