minetest: update to 5.7.0.
This commit is contained in:
parent
754d0923c2
commit
46df96f098
1 changed files with 5 additions and 12 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'minetest'
|
||||
pkgname=minetest
|
||||
version=5.6.1
|
||||
version=5.7.0
|
||||
revision=1
|
||||
_irrlichtversion=1.9.0mt8
|
||||
_irrlichtversion=1.9.0mt10
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
build_style=cmake
|
||||
|
@ -20,16 +20,9 @@ changelog="https://dev.minetest.net/Changelog"
|
|||
distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz
|
||||
https://github.com/minetest/minetest_game/archive/${version}.tar.gz>minetest_game-${version}.tar.gz
|
||||
https://github.com/minetest/irrlicht/archive/refs/tags/${_irrlichtversion}.tar.gz"
|
||||
checksum="1440603e19dca70e2691e86a74c822ee2c4a36fceee32b2d85ae74772149e9a3
|
||||
5dc857003d24bb489f126865fcd6bf0d9c0cb146ca4c1c733570699d15abd0e3
|
||||
27594242da8c7cc1e5ef45922e1dfdd130c37d77719b5d927359eb47992051e0"
|
||||
|
||||
# LuaJIT enabled causes PIE to
|
||||
# be broken/not-used on aarch64*
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) ;;
|
||||
*) makedepends+=" LuaJIT-devel" ;;
|
||||
esac
|
||||
checksum="0cd0fd48a97f76e337a2e1284599a054f8f92906a84a4ef2122ed321e1b75fa7
|
||||
0787b24cf7b340a8a2be873ca3744cec60c2683011f1d658350a031d1bd5976d
|
||||
6d00348d8ff513f6a7cee5c930908ef67428ff637e6a9e4d5688409bdb6d547d"
|
||||
|
||||
post_extract() {
|
||||
mv minetest_game-${version} "${build_wrksrc}/games/minetest_game"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue