summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2023-12-11 16:24:00 -0500
committerSlashbunny2023-12-11 16:24:00 -0500
commit718cca2d48b9c9aea218535389a1fd8a27b62f0b (patch)
treeb99a463ec4438b85871e539287057b3f69dd388e
parentb6f572014b6387b67b00544256d6047d9f225825 (diff)
downloadaur-ezquake.tar.gz
Update to latest version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24c0ef8a58ff..efe49fbd6891 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ezquake
pkgdesc = One of the most Popular QuakeWorld clients for Linux/BSD/OSX/Win32. You need the retail pak files to play.
- pkgver = 3.6.1
+ pkgver = 3.6.4
pkgrel = 1
url = https://www.ezquake.com/
install = ezquake.install
@@ -13,6 +13,7 @@ pkgbase = ezquake
depends = jansson
depends = libjpeg-turbo
depends = libpng
+ depends = minizip
depends = openssl
depends = sdl2
depends = speex
@@ -21,12 +22,12 @@ pkgbase = ezquake
conflicts = ezquake-git
conflicts = fuhquake
noextract = ezquake-ubuntu-3.2.3-full.tar.gz
- source = https://github.com/QW-Group/ezquake-source/archive/refs/tags/3.6.1.zip
+ source = https://github.com/QW-Group/ezquake-source/releases/download/3.6.4/ezquake-source_with-submodules-3.6.4.zip
source = https://github.com/QW-Group/ezquake-source/releases/download/3.2.3/ezquake-ubuntu-3.2.3-full.tar.gz
source = ezquake.launcher
source = ezquake.desktop
source = ezquake.ico
- sha256sums = 6a7ee1c09d74425915a777fa74fbb3b19a1897713e27b1e00b83772ece046743
+ sha256sums = 925d26b6441dc2bdb69307b9616a6b4a4647aa1c9443134daabf20433e848848
sha256sums = d58f26ed912166615420f0d0b208a10fd2539a84b90e85edfcb1aedc94615af5
sha256sums = aa59da4a296a43af8ea8c5670cef5980a15407124b3e53f3cf805ceb6126e6ed
sha256sums = e92b9cdeac5eadced50a6167eb53b1343b0772d3bf8afa310eb281b88bf7e677
diff --git a/PKGBUILD b/PKGBUILD
index 89ca66380c88..883012ed22b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Slash <demodevil5[at]yahoo[dot]com>
pkgname=ezquake
-pkgver=3.6.1
+pkgver=3.6.4
pkgrel=1
pkgdesc="One of the most Popular QuakeWorld clients for Linux/BSD/OSX/Win32. You need the retail pak files to play."
url="https://www.ezquake.com/"
license=('GPL')
-depends=('curl' 'expat' 'jansson' 'libjpeg-turbo' 'libpng' 'openssl' 'sdl2' 'speex')
+depends=('curl' 'expat' 'jansson' 'libjpeg-turbo' 'libpng' 'minizip' 'openssl' 'sdl2' 'speex')
makedepends=('unzip' 'vim')
conflicts=('ezquake-git' 'fuhquake')
provides=('quake' 'fuhquake')
arch=('x86_64')
install=ezquake.install
-source=("https://github.com/QW-Group/ezquake-source/archive/refs/tags/${pkgver}.zip"
+source=("https://github.com/QW-Group/ezquake-source/releases/download/${pkgver}/ezquake-source_with-submodules-${pkgver}.zip"
'https://github.com/QW-Group/ezquake-source/releases/download/3.2.3/ezquake-ubuntu-3.2.3-full.tar.gz'
'ezquake.launcher' 'ezquake.desktop' 'ezquake.ico')
noextract=("ezquake-ubuntu-3.2.3-full.tar.gz")
-sha256sums=('6a7ee1c09d74425915a777fa74fbb3b19a1897713e27b1e00b83772ece046743'
+sha256sums=('925d26b6441dc2bdb69307b9616a6b4a4647aa1c9443134daabf20433e848848'
'd58f26ed912166615420f0d0b208a10fd2539a84b90e85edfcb1aedc94615af5'
'aa59da4a296a43af8ea8c5670cef5980a15407124b3e53f3cf805ceb6126e6ed'
'e92b9cdeac5eadced50a6167eb53b1343b0772d3bf8afa310eb281b88bf7e677'