Date: Monday, December 19, 2022 @ 09:33:23
  Author: svenstaro
Revision: 1361512

upgpkg: 0ad a26-3: Add dependency on which (FS#76868)

Modified:
  0ad/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-19 09:21:34 UTC (rev 1361511)
+++ PKGBUILD    2022-12-19 09:33:23 UTC (rev 1361512)
@@ -4,7 +4,7 @@
 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="http://play0ad.com/";
@@ -11,7 +11,7 @@
 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";)

Reply via email to