[arch-commits] Commit in bullet/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Fri Dec 10 02:04:27 UTC 2021


    Date: Friday, December 10, 2021 @ 02:04:27
  Author: svenstaro
Revision: 431326

upgpkg: bullet 3.21-1

Modified:
  bullet/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-10 02:01:24 UTC (rev 431325)
+++ PKGBUILD	2021-12-10 02:04:27 UTC (rev 431326)
@@ -1,29 +1,31 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
 
 pkgbase=bullet
 pkgname=('bullet' 'bullet-docs' 'python-pybullet')
-pkgver=3.17
-pkgrel=2
+pkgver=3.21
+# Upstream botched the tag so we're using the actual real commit for this release.
+_commit=6a59241074720e9df119f2f86bc01765917feb1e
+pkgrel=1
 pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
 arch=('x86_64')
 url="http://www.bulletphysics.com/Bullet/"
 license=('custom:zlib')
 makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy' 'python-setuptools' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bulletphysics/bullet3/archive/${_commit}.tar.gz"
         bullet3_examplebrowser.sh)
-sha512sums=('a5105bf5f1dd365a64a350755c7d2c97942f74897a18dcdb3651e6732fd55cc1030a096f5808cf50575281f05e3ac09aa50a48d271a47b94cd61f5167a72b7cc'
+sha512sums=('f262c1c517f17f641d0a991611ca8a0776e34165af438a8a8d2d62a960e6ce3885198718ed7d1f4e9c4c42a497a3b1d7143c526010fd202bcc9efda19fa0e33b'
             '8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
 
 prepare() {
-  cd bullet3-${pkgver}
+  cd bullet3-${_commit}
   sed -i '/SET_TARGET_PROPERTIES(pybullet PROPERTIES PREFIX/d' examples/pybullet/CMakeLists.txt
 }
 
 build() {
-  cd bullet3-${pkgver}
+  cd bullet3-${_commit}
 
-  cmake . \
+  cmake \
       -Bbuild \
       -GNinja \
       -DCMAKE_INSTALL_PREFIX=/usr \
@@ -48,7 +50,7 @@
               'python-numpy: python bindings'
               'bullet-docs: documentation')
 
-  cd bullet3-${pkgver}
+  cd bullet3-${_commit}
 
   DESTDIR="${pkgdir}" ninja -C build install
 
@@ -69,7 +71,7 @@
   pkgdesc="Bullet Python bindings"
   depends+=('bullet' 'gcc-libs')
 
-  cd bullet3-${pkgver}
+  cd bullet3-${_commit}
 
   install -Dm755 build/examples/pybullet/libpybullet.so.${pkgver} "${pkgdir}"/usr/lib/libpybullet.so.${pkgver}
   python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
@@ -80,7 +82,7 @@
 package_bullet-docs() {
   pkgdesc="Documentation for bullet"
 
-  cd bullet3-${pkgver}
+  cd bullet3-${_commit}
 
   # install docs
   install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf "${pkgdir}"/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf



More information about the arch-commits mailing list