summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitaliy Popov2020-09-24 17:10:58 +0300
committerVitaliy Popov2020-09-24 17:10:58 +0300
commit1ae9bc89191e0c32337ef3c5de7bd9537a15f304 (patch)
treea3dac2f55ef819432c30070a5a918964535c43aa
parent549e16c321aba1b75d966f64fe3a2b4312faff46 (diff)
downloadaur-1ae9bc89191e0c32337ef3c5de7bd9537a15f304.tar.gz
Update to 9.0.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f8557fd4219..ccb77c4afb0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = warspear
pkgdesc = Warspear Online is a cross-platform massively multiplayer online roleplaying game (MMORPG) for smart phones.
- pkgver = 8.4.2
+ pkgver = 9.0.0
pkgrel = 0
url = http://warspear-online.com/
arch = i686
@@ -13,8 +13,9 @@ pkgbase = warspear
depends = libxft
depends = zenity
depends = curl
- source = http://distr.warspear-online.com/linux/pool/non-free/w/warspear/warspear_8.4.2_amd64.deb
- sha512sums = 59c6505f4584e6058243808a22c31dda6d2298654699d6a18e3bfa4f17b1613565ee3d8662d53c8ffd604bc8bd9a0665ac5834e17752ed743939595b8d0d5848
+ optdepends = xdg-utils
+ source = http://distr.warspear-online.com/linux/pool/non-free/w/warspear/warspear_9.0.0_amd64.deb
+ sha512sums = 3d70f77f0dc10679b94328a79eb3b50dff7d1ff10451c0a914870547afeb079cd271b8f19dddc15ef44e75d42a0bd702d22870907fc90ca1c1d5ddfe944cdafc
pkgname = warspear
diff --git a/PKGBUILD b/PKGBUILD
index 46e70e897422..c88e5d581d72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Sergei Marochkin <me@ziggi.org>
pkgname='warspear'
-pkgver=8.4.2
+pkgver=9.0.0
pkgrel=0
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')
_arch='i386'
[ "$CARCH" = "x86_64" ] && _arch='amd64'
source=("http://distr.warspear-online.com/linux/pool/non-free/w/warspear/warspear_${pkgver}_${_arch}.deb")
-sha512sums=('31ef9268c95c5de7d89cbfd7ac7478c77c2bf66a7dc33565b4e6b9df195bd7961529f91377b375d20000b1170b7bf25a422c19868b7c34d23b149253fff1b135')
-[ "$CARCH" = "x86_64" ] && sha512sums=('59c6505f4584e6058243808a22c31dda6d2298654699d6a18e3bfa4f17b1613565ee3d8662d53c8ffd604bc8bd9a0665ac5834e17752ed743939595b8d0d5848')
+sha512sums=('0057a1dd2f874619a4eca0771e9156ac54c66f4920c13dfbae41b3e922c4b24374642a850fd99658305424a18ac9ac3f550b34c10b530e035dd933d291612ca9')
+[ "$CARCH" = "x86_64" ] && sha512sums=('3d70f77f0dc10679b94328a79eb3b50dff7d1ff10451c0a914870547afeb079cd271b8f19dddc15ef44e75d42a0bd702d22870907fc90ca1c1d5ddfe944cdafc')
package() {
cd $srcdir