Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
box2d
Commits:
ff77e5b5 by Sven-Hendrik Haase at 2025-06-04T15:39:01+02:00
upgpkg: 3.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = box2d
pkgdesc = 2D rigid body simulation library for games
- pkgver = 3.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = http://www.box2d.org/
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = box2d
makedepends = xorg-xinput
makedepends = glfw
depends = gcc-libs
- source =
box2d-3.1.0.tar.gz::https://github.com/erincatto/Box2D/archive/v3.1.0.tar.gz
- sha512sums =
85d67a0de92aecc61692d7a6f1a8c7e878cdd2a6457470f1a9be075dfc27fdcefb951ac689d95bb78a7b791d6586f794720af8417f55d7f66782b4c3c179210a
+ source =
box2d-3.1.1.tar.gz::https://github.com/erincatto/Box2D/archive/v3.1.1.tar.gz
+ sha512sums =
7367640e7f2ff395b8ca48766c71f57c96e08c298627c996eba76899a149ee28b0e3ecacfa4a224fdb5d160c7e25c6069bb8414fd1575787727d796097aa347b
pkgname = box2d
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=box2d
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="2D rigid body simulation library for games"
url="http://www.box2d.org/"
@@ -13,7 +13,7 @@ makedepends=('cmake' 'ninja' 'git' 'wayland'
# 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=('85d67a0de92aecc61692d7a6f1a8c7e878cdd2a6457470f1a9be075dfc27fdcefb951ac689d95bb78a7b791d6586f794720af8417f55d7f66782b4c3c179210a')
+sha512sums=('7367640e7f2ff395b8ca48766c71f57c96e08c298627c996eba76899a149ee28b0e3ecacfa4a224fdb5d160c7e25c6069bb8414fd1575787727d796097aa347b')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/box2d/-/commit/ff77e5b549cb84d550a00de002f0272d14c94858
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/box2d/-/commit/ff77e5b549cb84d550a00de002f0272d14c94858
You're receiving this email because of your account on gitlab.archlinux.org.