Date: Sunday, October 18, 2020 @ 00:25:23 Author: svenstaro Revision: 725831
upgpkg: box2d 2.4.1-1 Modified: box2d/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-18 00:24:28 UTC (rev 725830) +++ PKGBUILD 2020-10-18 00:25:23 UTC (rev 725831) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=box2d -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1 pkgdesc="2D rigid body simulation library for games" url="http://www.box2d.org/" @@ -12,11 +12,11 @@ # 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" -source=("https://github.com/jube/box2d/archive/adaedf1772ede7420bc9ee569c8cba7952db91a0.tar.gz") -sha512sums=('0caf1d0a391cdd4805949f5a2ba7ddd8cbc4dbe853bbf53f0a125eb07d4121ad851575db19f3705b087b222b9c7fcbaec964940b401dcb3df17116ffb6b10b9d') +source=("$pkgname-$pkgver.tar.gz::https://github.com/erincatto/box2d/archive/v2.4.1.tar.gz") +sha512sums=('d900f925b77906777719c91488bdc5e2df1ad1f4a8ca39a574229f5e57070e3a843bdd7530e817112605fde6d82145c872d8afdfc65b84531a73199098c81162') build() { - cd $pkgname-* + cd $pkgname-$pkgver cmake . \ -Bbuild \ @@ -29,13 +29,13 @@ } check() { - cd $pkgname-* + cd $pkgname-$pkgver - build/unit_test + build/bin/unit_test } package() { - cd $pkgname-* + cd $pkgname-$pkgver DESTDIR="$pkgdir" ninja -C build install install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/box2d/LICENSE
