summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2024-02-08 05:50:44 +0100
committerMichał Wojdyła2024-02-08 05:50:44 +0100
commita4142c0f4fce0cca33162fd3c8976f75f2e0cf07 (patch)
tree4cf9f970237118ad5f971f472ef581082d0ccd63
parent20c9717abcd56fd351a466ccda33585271e64384 (diff)
downloadaur-a4142c0f4fce0cca33162fd3c8976f75f2e0cf07.tar.gz
add !debug
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae7d2a1e94ba..6dbd7d7ea986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = 0ad-git
pkgdesc = Cross-platform, 3D and historically-based real-time strategy game - built from git development version.
- pkgver = A26.r1234.g1dfaca89e6
+ pkgver = A26.r1249.g4a5de262b7
pkgrel = 1
epoch = 1
url = http://play0ad.com/
@@ -32,6 +32,7 @@ pkgbase = 0ad-git
makedepends = sdl2
makedepends = wxwidgets-gtk3
options = !lto
+ options = !debug
source = git+https://github.com/0ad/0ad.git
source = patch.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 58bf4f1c4097..b2875d4c5a2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=('0ad-git' '0ad-data-git')
_pkgname=0ad
epoch=1
-pkgver=A26.r1234.g1dfaca89e6
+pkgver=A26.r1249.g4a5de262b7
pkgrel=1
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game - built from git development version."
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ makedepends=('boost' 'cmake' 'mesa' 'zip' 'libsm' 'rust' 'python' 'git'
'enet' 'fmt' 'gloox' 'glu' 'libgl' 'libminiupnpc.so' 'libogg'
'libpng' 'libsodium' 'libvorbis' 'miniupnpc' 'nspr' 'openal'
'sdl2' 'wxwidgets-gtk3')
-options=('!lto') # breaks spidermonkey linking (https://bugs.gentoo.org/746947)
+options=('!lto' '!debug') # lto breaks spidermonkey linking (https://bugs.gentoo.org/746947)
source=("git+https://github.com/0ad/0ad.git" "patch.patch")
md5sums=('SKIP' 'dcbd62e1fb4669c24318c8fe66143c4f')