xonotic: don't makedepend on xonotic-data
This commit is contained in:
parent
94453bdbcf
commit
ecfc1f0201
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xonotic'
|
||||
pkgname=xonotic
|
||||
version=0.7.0
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="Xonotic"
|
||||
homepage="http://xonotic.org"
|
||||
license="GPL-2, GPL-3"
|
||||
|
@ -9,11 +9,11 @@ distfiles="http://dl.xonotic.org/xonotic-${version}-source.zip"
|
|||
short_desc="A free, fast-paced crossplatform first-person shooter"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=f1a527de67ab2bfd2b17414614301a783ad04e00dbd0d8abb516505e4ee9f88c
|
||||
nocross=yes
|
||||
|
||||
hostmakedepends="unzip automake libtool"
|
||||
makedepends="gmp-devel MesaLib-devel SDL-devel libcurl-devel alsa-lib-devel
|
||||
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel
|
||||
xonotic-data>=${version}"
|
||||
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel"
|
||||
depends="desktop-file-utils xonotic-data>=${version}"
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue