diff options
author | root <root@rshg054.dnsready.net> | 2011-09-20 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-20 23:14:47 +0000 |
commit | d739da01541d53414129d3171df221cfe2440fe5 (patch) | |
tree | 065870578009b02f2759485f0eb33cf37d7e12bf /community/bullet/PKGBUILD | |
parent | df65be2b18070d63ffd056e8563279e4646bee9a (diff) |
Tue Sep 20 23:14:47 UTC 2011
Diffstat (limited to 'community/bullet/PKGBUILD')
-rw-r--r-- | community/bullet/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/bullet/PKGBUILD b/community/bullet/PKGBUILD index f62122878..d847b6037 100644 --- a/community/bullet/PKGBUILD +++ b/community/bullet/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 45481 2011-04-22 06:49:32Z svenstaro $ +# $Id: PKGBUILD 55766 2011-09-19 23:58:08Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> pkgbase=bullet pkgname=('bullet' 'bullet-docs') -pkgver=2.78 +pkgver=2.79 pkgrel=1 pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation" arch=('i686' 'x86_64') @@ -12,9 +12,9 @@ url="http://www.bulletphysics.com/Bullet/" license=('custom:zlib') depends=('freeglut') makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu') -source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-r2387.tgz \ +source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-rev2440.tgz \ ${pkgbase}.pc) -md5sums=('3611456232f1c01dea8094213382d0b3' +md5sums=('29d6f43964d8494f0366cd69e4883dd1' 'd1da06deba3b08b884d2212f6838905c') build() { |