bullet: fix licensing
This commit is contained in:
parent
4a969fd71f
commit
bbab04b6bd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bullet'
|
||||
pkgname=bullet
|
||||
version=2.89
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="bullet3-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=1 -DBUILD_BULLET2_DEMOS=0 -DBUILD_CPU_DEMOS=0
|
||||
|
@ -10,7 +10,7 @@ make_cmd=make
|
|||
makedepends="glu-devel"
|
||||
short_desc="3D Collision Detection and Rigid Body Dynamics Library"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="zlib"
|
||||
license="Zlib"
|
||||
homepage="http://www.bulletphysics.com/Bullet/"
|
||||
distfiles="https://github.com/bulletphysics/bullet3/archive/${version}.tar.gz"
|
||||
checksum=621b36e91c0371933f3c2156db22c083383164881d2a6b84636759dc4cbb0bb8
|
||||
|
|
Loading…
Reference in a new issue