summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Velichko2024-03-17 13:33:25 +0300
committerMikhail Velichko2024-03-17 13:33:25 +0300
commit5d68144bc6b6bf760c185b2f1138516e47678764 (patch)
treef259a64071e8ac4ec24d3845c40db54396a9a033
parent797938d52766d0dcd6460070e45aacf2c0ee11e9 (diff)
downloadaur-warspear.tar.gz
Remove wrong build options
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bdc51669dc6..c43e9b28b8a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = warspear
pkgdesc = Warspear Online is a cross-platform massively multiplayer online roleplaying game (MMORPG) for smart phones.
pkgver = 12.3.0
- pkgrel = 2
+ pkgrel = 4
url = http://warspear-online.com/
arch = i686
arch = x86_64
@@ -14,7 +14,6 @@ pkgbase = warspear
depends = zenity
depends = curl
optdepends = xdg-utils
- options = !strip
source = http://distr.warspear-online.com/linux/pool/non-free/w/warspear/warspear_12.3.0_amd64.deb
sha512sums = 44e23e033219fe282122a917ea7395b220c27a686c1e1b82c0a15fa4b07d260dbf095983ef3e1895910c3cee5bfd5e930d6a90107f8cff43843ebd8220cda094
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'