summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsenpai2024-02-24 21:53:01 +0100
committersenpai2024-02-24 21:53:01 +0100
commit7ffd7429b6920a2cc945d59261730a3ff7d6d5e4 (patch)
tree0d3f60599f1bc23dea18bffcfbfdd7efa804c264
parentf34ce3ba81311ae1b448ab9fb6f64fc25aa7666d (diff)
downloadaur-7ffd7429b6920a2cc945d59261730a3ff7d6d5e4.tar.gz
disable build flags
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4e268733843..174cae25bde7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = armagetronad-git
pkgdesc = A Tron Clone in 3D.
pkgver = r5722.6185dae5
- pkgrel = 1
+ pkgrel = 2
url = https://www.armagetronad.org
arch = x86_64
license = GPL
@@ -13,6 +13,7 @@ pkgbase = armagetronad-git
depends = boost-libs
depends = protobuf
depends = hicolor-icon-theme
+ options = !buildflags
optdepends = python: language updater
optdepends = glew: Graphics on X11
optdepends = glew-wayland: Graphics on Wayland
diff --git a/PKGBUILD b/PKGBUILD
index 14f2666739c4..0acd68c6374a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,12 @@
_pkgname=armagetronad
pkgname=${_pkgname}-git
pkgver=r5722.6185dae5
-pkgrel=1
+pkgrel=2
pkgdesc='A Tron Clone in 3D.'
arch=('x86_64')
url='https://www.armagetronad.org'
license=('GPL')
+options=('!buildflags')
depends=('sdl2_image' 'libxml2' 'sdl2_mixer' 'ftgl' 'boost-libs' 'protobuf' 'hicolor-icon-theme')
optdepends=('python: language updater' 'glew: Graphics on X11' 'glew-wayland: Graphics on Wayland')
makedepends=('boost')