summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikhail Velichko2024-03-17 13:33:25 +0300
committerMikhail Velichko2024-03-17 13:33:25 +0300
commit5d68144bc6b6bf760c185b2f1138516e47678764 (patch)
treef259a64071e8ac4ec24d3845c40db54396a9a033 /PKGBUILD
parent797938d52766d0dcd6460070e45aacf2c0ee11e9 (diff)
downloadaur-5d68144bc6b6bf760c185b2f1138516e47678764.tar.gz
Remove wrong build options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 767963c5b127..e822a4b6ad87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname='warspear'
pkgver=12.3.0
-pkgrel=2
+pkgrel=4
pkgdesc='Warspear Online is a cross-platform massively multiplayer online roleplaying game (MMORPG) for smart phones.'
arch=('i686' 'x86_64')
url='http://warspear-online.com/'
license=('custom')
depends=('glibc>=2.19' 'libx11' 'libgl' 'openal' 'libxft' 'zenity' 'curl')
optdepends=('xdg-utils')
-options=(!strip)
_arch='i386'
[ "$CARCH" = "x86_64" ] && _arch='amd64'