summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavorin Učakar2021-08-29 19:17:33 +0200
committerDavorin Učakar2021-08-29 19:23:52 +0200
commita43aaca5dc58937d7b667bf2639339e5fd1e54cb (patch)
tree58e24f643313117804b054f526be79bb62fa9854 /PKGBUILD
parent23817cb27308de6729302c160ebd138d4828a49c (diff)
downloadaur-openzone.tar.gz
Fix URLs, fix building without gamemode
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b4784f24a7e..db5fb0308da8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Davorin Učakar <davorin.ucakar@gmail.com>
pkgname=openzone
-pkgver=0.3.95+112+g076003a0
-pkgrel=3
+pkgver=0.3.95+113+g36520a50
+pkgrel=1
pkgdesc='Simple cross-platform FPS/RTS game engine'
-url="http://ducakar.github.com/openzone/"
+url="https://ducakar.github.io/openzone-web/"
license=(GPL3)
arch=(i686 x86_64)
provides=(openzone-data)
@@ -13,11 +13,11 @@ depends=(assimp freeimage libnoise libsquish libvorbis luajit openal opusfile
physfs sdl2_ttf)
optdepends=('espeak: for speech synthesis'
'zip: for building ZIP game data archives'
- 'p7zip: for building 7zip game data archives')
+ 'p7zip: for building 7-Zip game data archives')
makedepends=(cmake git zip)
-source=("git://github.com/ducakar/openzone.git#commit=076003a0a0b78a8588ab4b76f4120740f4af4c6f"
- "git://github.com/ducakar/openzone-data.git"
- "git://github.com/FeralInteractive/gamemode.git")
+source=("git+https://github.com/ducakar/openzone.git#commit=36520a502dec3b57ae8b879107f5a4ce8c747331"
+ "git+https://github.com/ducakar/openzone-data.git"
+ "git+https://github.com/FeralInteractive/gamemode.git")
sha512sums=(SKIP
SKIP
SKIP)