Date: Saturday, August 8, 2020 @ 22:18:35
  Author: svenstaro
Revision: 672877

box2d is now MIT

Modified:
  box2d/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-08 22:14:17 UTC (rev 672876)
+++ PKGBUILD    2020-08-08 22:18:35 UTC (rev 672877)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="2D rigid body simulation library for games"
 url="http://www.box2d.org/";
-license=('custom:zlib')
+license=('MIT')
 arch=('x86_64')
 depends=('gcc-libs')
 makedepends=('cmake' 'doxygen' 'ninja')

Reply via email to