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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Sep 24 23:58:54 UTC 2020


    Date: Thursday, September 24, 2020 @ 23:58:54
  Author: svenstaro
Revision: 396520

upgpkg: bullet 3.05-1

Modified:
  bullet/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 22:43:18 UTC (rev 396519)
+++ PKGBUILD	2020-09-24 23:58:54 UTC (rev 396520)
@@ -3,8 +3,8 @@
 
 pkgbase=bullet
 pkgname=('bullet' 'bullet-docs' 'python-pybullet')
-pkgver=2.89
-pkgrel=2
+pkgver=3.05
+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/"
@@ -12,7 +12,7 @@
 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"
         bullet3_examplebrowser.sh)
-sha512sums=('3c4ba6a3b3623ef44dd4a23e0bc2e90dec1f2b7af463edcb886e110feac1dfb4a91945f0ed640052cac228318539e275976d37238102fb10a0f78aef065a730b'
+sha512sums=('4cb67547b466e01f6c2258b1f350fdfac0f2dc73a7962b6e196491e6722e1cd22cdfe80d7b2f4e1e92a90f91e277bff5cabfd0f55ef55010f9a4d7286843cecd'
             '8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
 
 build() {
@@ -62,11 +62,13 @@
 
 package_python-pybullet() {
   pkgdesc="Bullet Python bindings"
-  depends+=('bullet')
+  depends+=('bullet' 'gcc-libs')
 
   cd bullet3-${pkgver}
 
   python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_bullet-docs() {



More information about the arch-commits mailing list