* update box2d to 2.4.2-1
This commit is contained in:
parent
884171ac5f
commit
aa3c3a240c
20
box2d/.SRCINFO
Normal file
20
box2d/.SRCINFO
Normal file
@ -0,0 +1,20 @@
|
||||
pkgbase = box2d
|
||||
pkgdesc = 2D rigid body simulation library for games
|
||||
pkgver = 2.4.2
|
||||
pkgrel = 1
|
||||
url = http://www.box2d.org/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = MIT
|
||||
makedepends = cmake
|
||||
makedepends = doctest
|
||||
makedepends = doxygen
|
||||
makedepends = ninja
|
||||
depends = gcc-libs
|
||||
source = box2d-2.4.2.tar.gz::https://github.com/erincatto/Box2D/archive/v2.4.2.tar.gz
|
||||
sha512sums = e769bcfa11028ea2e842bf96da4bef71a58f1b08cd144139adc724acfe3ca5911f84d0be41d9412b302d9e7c17b7741cf56da60df7bd7379c6e11b3eea100153
|
||||
|
||||
pkgname = box2d
|
4
box2d/.nvchecker.toml
Normal file
4
box2d/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[box2d]
|
||||
source = "git"
|
||||
git = "https://github.com/erincatto/Box2D.git"
|
||||
prefix = "v"
|
@ -2,8 +2,8 @@
|
||||
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
|
||||
|
||||
pkgname=box2d
|
||||
pkgver=2.4.1
|
||||
pkgrel=2
|
||||
pkgver=2.4.2
|
||||
pkgrel=1
|
||||
pkgdesc="2D rigid body simulation library for games"
|
||||
url="http://www.box2d.org/"
|
||||
license=('MIT')
|
||||
@ -13,7 +13,7 @@ makedepends=('cmake' 'doctest' 'doxygen' 'ninja')
|
||||
# We're going to this alternate fork until the patches are upstreamed.
|
||||
# See https://github.com/erincatto/box2d/issues/621
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/erincatto/Box2D/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('d900f925b77906777719c91488bdc5e2df1ad1f4a8ca39a574229f5e57070e3a843bdd7530e817112605fde6d82145c872d8afdfc65b84531a73199098c81162')
|
||||
sha512sums=('e769bcfa11028ea2e842bf96da4bef71a58f1b08cd144139adc724acfe3ca5911f84d0be41d9412b302d9e7c17b7741cf56da60df7bd7379c6e11b3eea100153')
|
||||
|
||||
prepare() {
|
||||
# Use system doctest
|
||||
|
Loading…
x
Reference in New Issue
Block a user