bullet: extract update_* to external update file
This commit is contained in:
parent
a8204fbe1b
commit
28ea459df6
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@ short_desc="A 3D Collision Detection and Rigid Body Dynamics Library"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="zlib"
|
||||
homepage="http://www.bulletphysics.com/Bullet/"
|
||||
update_pattern='bullet-\K[\d.]+-r\d+'
|
||||
distfiles="http://bullet.googlecode.com/files/${pkgname}-${_distver}-${_revver}.tgz"
|
||||
checksum=67e4c9eb76f7adf99501d726d8ad5e9b525dfd0843fbce9ca73aaca4ba9eced2
|
||||
|
||||
|
|
1
srcpkgs/bullet/update
Normal file
1
srcpkgs/bullet/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='bullet-\K[\d.]+-r\d+'
|
Loading…
Reference in a new issue