pioneer: remove masked depends= declaration
This commit is contained in:
parent
6e7b523cbc
commit
1af7631f09
1 changed files with 1 additions and 2 deletions
|
@ -6,14 +6,13 @@ build_style=gnu-configure
|
|||
hostmakedepends="automake pkg-config"
|
||||
makedepends="freetype-devel libassimp-devel libsigc++-devel
|
||||
libvorbis-devel SDL2_image-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme libtxc_dxtn"
|
||||
depends="pioneer-data>=${version}_${revision}"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
short_desc="Space adventure game set in our galaxy at the turn of the 31st century"
|
||||
homepage="https://pioneerspacesim.net"
|
||||
license="GPL-3"
|
||||
distfiles="https://github.com/pioneerspacesim/pioneer/archive/${version}.tar.gz"
|
||||
checksum=19aa89e8ec0221b937b9279e0d4897b3016e0ce80858d03600d3e80cd7daa907
|
||||
depends="pioneer-data>=${version}_${revision}"
|
||||
|
||||
pre_configure() {
|
||||
export PIONEER_DATA_DIR=/usr/share/pioneer
|
||||
|
|
Loading…
Reference in a new issue