cdogs-sdl: fix broken dependencies

This commit is contained in:
Enno Boland 2021-04-12 13:43:19 +02:00
parent 05967bdf52
commit 21411bfc67
No known key found for this signature in database
GPG Key ID: 5A7B9F1D0DFEB55D
1 changed files with 1 additions and 2 deletions

View File

@ -1,13 +1,12 @@
# Template file for 'cdogs-sdl'
pkgname=cdogs-sdl
version=0.9.1
revision=1
revision=2
build_style=cmake
configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/"
hostmakedepends="pkg-config python3-protobuf protobuf26"
makedepends="SDL2-devel SDL2_mixer-devel SDL2_image-devel SDL2_net-devel
gtk+3-devel protobuf-devel"
depends="cdogs-sdl-data>=${version}_${revision}"
short_desc="Classic overhead run-and-gun game"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"