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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Jan 2 15:15:34 UTC 2019


    Date: Wednesday, January 2, 2019 @ 15:15:33
  Author: svenstaro
Revision: 342889

upgpkg: bullet 2.88-1

Modified:
  bullet/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-02 11:09:44 UTC (rev 342888)
+++ PKGBUILD	2019-01-02 15:15:33 UTC (rev 342889)
@@ -3,8 +3,8 @@
 
 pkgbase=bullet
 pkgname=('bullet' 'bullet-docs')
-pkgver=2.87
-pkgrel=2
+pkgver=2.88
+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,20 +12,16 @@
 makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy')
 source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz"
         bullet3_examplebrowser.sh)
-sha512sums=('649e470223295666eda6f7ff59d03097637c2645b5cd951977060ae14b89f56948ce03e437e83c986d26876f187d7ee34e790bc3882d5d66da9af89a4ab81c21'
+sha512sums=('15face1940d496c96fd19a44139d11d2cbb629526c40432be4a0eef5fa9a532c842ec7318248c0359a080f2034111bf1a3c2d3a6fd789bec675bd368fac7bd93'
             '8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
 
 prepare() {
-  cd bullet3-${pkgver}
-
+  mkdir bullet3-${pkgver}/build
 }
 
 build() {
-  cd bullet3-${pkgver}
+  cd bullet3-${pkgver}/build
 
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
   cmake .. \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DBUILD_SHARED_LIBS=1 \
@@ -61,13 +57,11 @@
   install -Dm755 examples/ExampleBrowser/App_ExampleBrowser ${pkgdir}/opt/bullet/App_ExampleBrowser
   cp -r data ${pkgdir}/opt/bullet/
 
-  # install license
   install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
 }
 
 package_bullet-docs() {
   pkgdesc="Documentation for bullet"
-  depends=()
 
   cd bullet3-${pkgver}
 



More information about the arch-commits mailing list