0ad: added a missing dependency: miniupnpc

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2013-12-25 12:43:16 +00:00
parent 39c1f85dd1
commit 6d530d92ca

View File

@ -6,13 +6,13 @@
pkgname=0ad
pkgver=0.0.15
_pkgver=$pkgver-alpha
pkgrel=1
pkgrel=2
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
screenshot=http://www.wildfiregames.com/0ad/images/news_images/dynamic-borders.jpg
arch=('i686' 'x86_64')
url="http://wildfiregames.com/0ad"
license=('GPL2' 'custom:MIT') # source licenses.
depends=('boost-libs' 'curl' 'enet' 'gamin' 'gloox' 'libogg' 'libpng' 'libvorbis' 'libxcursor' 'libxml2' 'mesa' 'nvidia-texture-tools' 'openal' 'sdl' 'zip' 'zlib' 0ad-data=$pkgver)
depends=('boost-libs' 'curl' 'enet' 'gamin' 'gloox' 'libogg' 'libpng' 'libvorbis' 'libxcursor' 'libxml2' 'mesa' 'miniupnpc' 'nvidia-texture-tools' 'openal' 'sdl' 'zip' 'zlib' 0ad-data=$pkgver)
makedepends=('boost' 'python2')
replaces=(0ad-debug) # If someone wants a debug version, they should rebuild 0ad with config=debug.
categories=('games')