diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-04 01:44:28 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-04 01:44:28 -0800 | 
| commit | 0516ce6cd46084a3d6d56017e5a3247b5ddb72f1 (patch) | |
| tree | 121b13870edc35023a8d8075bd1b0cf0f9e8d017 | |
| parent | Rebuild against icu 72.1 (diff) | |
| download | 0ad-0516ce6cd46084a3d6d56017e5a3247b5ddb72f1.tar.xz | |
Rebuild with which depends.
| -rw-r--r-- | PKGBUILD | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -10,14 +10,14 @@  pkgname=0ad  pkgver=a26  _pkgver=0.0.26-alpha -pkgrel=2 +pkgrel=3  pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"  arch=('x86_64')  url="https://play0ad.com/"  license=('GPL2' 'CCPL')  depends=('0ad-data' 'binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'           'libxml2' 'openal' 'sdl2' 'wxwidgets-gtk3' 'zlib' 'libgl' 'glu' 'fmt' -         'gloox' 'miniupnpc' 'libminiupnpc.so' 'icu' 'nspr' 'libsodium') +         'gloox' 'miniupnpc' 'libminiupnpc.so' 'icu' 'nspr' 'libsodium' 'which')  makedepends=('boost' 'cmake' 'mesa' 'zip' 'libsm' 'rust' 'python' 'clang')  options=('!lto') # breaks spidermonkey linking (https://bugs.gentoo.org/746947)  source=("https://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz") | 
