summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-08 17:31:00 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-08 17:31:00 -0700
commita2bccb84347d9ef6e62b037194e34d685ef7b560 (patch)
treede0bff6f61e604325d6919746aeff775fc5bc834
parentRebuild for fmt 8.0.1 (diff)
download0ad-a2bccb84347d9ef6e62b037194e34d685ef7b560.tar.xz
Updated to a25
-rw-r--r--PKGBUILD20
1 files changed, 6 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd9e8fc..681ad78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,10 @@
# Arch version lacks additional optimization and hardening flags
pkgname=0ad
-pkgver=a24.b
-_pkgver=0.0.24b-alpha
-pkgrel=7
+pkgver=a25
+_pkgver=0.0.25-alpha
+__pkgver=0.0.25-rc5-25848-alpha
+pkgrel=1
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
arch=('x86_64')
url="https://play0ad.com/"
@@ -18,17 +19,8 @@ depends=('0ad-data' 'binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'lib
'libxml2' 'openal' 'sdl2' 'wxgtk3' 'zlib' 'libgl' 'glu' 'fmt'
'gloox' 'miniupnpc' 'libminiupnpc.so' 'icu' 'nspr' 'libsodium')
makedepends=('boost' 'cmake' 'mesa' 'zip' 'libsm' 'rust')
-source=("https://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz"
- $pkgname-rust-1.50.patch::https://github.com/0ad/0ad/commit/087a277e66c0456c2d6fdb7403d032ad09cbd18b.patch)
-b2sums=('a724abba6bed4b580670588e9dcfe0f75f6cef0fbde6ad666356e96213c685932edd0a1daafb5dd04206870c2c8222340c9c51e83076ec2911cbb5377ca00666'
- '6b77253a0778c5923e1f1b7ce6102c846f2f85f013fc4cbced0b7e94da6daa776ce45c0d6dff93715648c0db5eed587b8cd77fb1162fa34a4cda4c40613ecea7')
-
-prepare() {
- cd "$pkgname-$_pkgver"
-
- patch -Np1 -i ../$pkgname-rust-1.50.patch
-
-}
+source=("https://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz")
+b2sums=('49b8b99a8f2fd33d4a3c2c0320375cb372d23b2f2c0f4ba56438bc8d868891c8c8c624049e3165ec84f8b98bcb1e1195b672aa7ee258ff88317af9d4da883576')
build() {
cd "$pkgname-$_pkgver/build/workspaces"