diff --git a/srcpkgs/pioneer/template b/srcpkgs/pioneer/template index 2eed0a6a4d63dc..275f6f3d7ada36 100644 --- a/srcpkgs/pioneer/template +++ b/srcpkgs/pioneer/template @@ -1,6 +1,6 @@ # Template file for 'pioneer' pkgname=pioneer -version=20260203 +version=20260907 revision=1 build_style=cmake make_build_target="all build-data" @@ -8,14 +8,15 @@ configure_args="-DPIONEER_DATA_DIR=/usr/share/pioneer/data -DUSE_SYSTEM_LIBLUA=ON -DUSE_SYSTEM_LIBGLEW=ON -DUSE_SSE42=OFF" hostmakedepends="automake pkg-config" makedepends="freetype-devel libassimp-devel libsigc++-devel - libvorbis-devel SDL2_image-devel glew-devel lua52-devel" + libvorbis-devel SDL2_image-devel glew-devel lua52-devel + libopenal-devel" depends="pioneer-data>=${version}_${revision}" short_desc="Space adventure game set in our galaxy at the turn of the 31st century" maintainer="John " license="GPL-3.0-or-later" homepage="https://pioneerspacesim.net" distfiles="https://github.com/pioneerspacesim/pioneer/archive/${version}.tar.gz" -checksum=861341d317fc0ca506e3a2e8ff00858983652a5656289f8fe9ad1525df1a95da +checksum=11d1fbf745f5fc710f30cce02065b60e5aeb05f7c79b2cfdde8b4c64ec132491 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" pioneer-modelcompiler"