summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2021-08-07 23:37:23 -0400
committerSlashbunny2021-08-07 23:37:23 -0400
commit76f84ae9f57493556c542d8897ef64ca8651cf56 (patch)
tree7935767979b6768a08d37680bea5bf03375e3c88
parentaa86bb4b33ce56eb642270c7dba46801c07dbc79 (diff)
downloadaur-76f84ae9f57493556c542d8897ef64ca8651cf56.tar.gz
Update to latest upstream
-rw-r--r--.SRCINFO15
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2878a0478b48..15ff44074bf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
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.2.2
+ pkgver = 3.2.3
pkgrel = 1
- url = http://ezquake.sourceforge.net/
+ url = https://www.ezquake.com/
install = ezquake.install
arch = x86_64
license = GPL
@@ -20,17 +20,16 @@ pkgbase = ezquake
provides = fuhquake
conflicts = ezquake-git
conflicts = fuhquake
- noextract = ezquake-ubuntu-full-3.2.2.tar.gz
- source = https://github.com/ezQuake/ezquake-source/archive/3.2.2.tar.gz
- source = https://github.com/ezQuake/ezquake-source/releases/download/3.2.2/ezquake-ubuntu-3.2.2-full.tar.gz
+ noextract = ezquake-ubuntu-full-3.2.3.tar.gz
+ source = https://github.com/ezQuake/ezquake-source/archive/3.2.3.tar.gz
+ source = https://github.com/ezQuake/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 = 2ca2c455bcdd4cd7c3ac95fa87a8a4e3463aa86a5dbe0fd18576f8d9790425fa
- sha256sums = ef594c51b210fb0e534fbd1c46b63a011f473a8f942cda7802289568dd41fefe
+ sha256sums = ec5187b47ad859cf459381296e8d1d560041fd90462dbe0ab89c65e320677ed4
+ sha256sums = d58f26ed912166615420f0d0b208a10fd2539a84b90e85edfcb1aedc94615af5
sha256sums = aa59da4a296a43af8ea8c5670cef5980a15407124b3e53f3cf805ceb6126e6ed
sha256sums = e92b9cdeac5eadced50a6167eb53b1343b0772d3bf8afa310eb281b88bf7e677
sha256sums = 2a6a5484ddb4cfaf8518b51df39ffd1fa8ce768402eab6401415bececb8e8ab2
pkgname = ezquake
-
diff --git a/.gitignore b/.gitignore
index 4b6d7f00e734..c463dbaf5e50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,6 @@
src/
pkg/
-*.pkg.tar.xz
-*.pkg.tar
*.src.tar.gz
+*.pkg.tar.zst
ezquake-*full*.tar.gz
3.2.*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ddbb51886e27..ae8bd7d8d7f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Slash <demodevil5[at]yahoo[dot]com>
pkgname=ezquake
-pkgver=3.2.2
+pkgver=3.2.3
pkgrel=1
pkgdesc="One of the most Popular QuakeWorld clients for Linux/BSD/OSX/Win32. You need the retail pak files to play."
-url="http://ezquake.sourceforge.net/"
+url="https://www.ezquake.com/"
license=('GPL')
depends=('curl' 'expat' 'jansson' 'libjpeg-turbo' 'libpng' 'openssl' 'sdl2' 'speex')
makedepends=('unzip' 'vim')
@@ -16,8 +16,8 @@ source=("https://github.com/ezQuake/ezquake-source/archive/${pkgver}.tar.gz"
"https://github.com/ezQuake/ezquake-source/releases/download/${pkgver}/ezquake-ubuntu-${pkgver}-full.tar.gz"
'ezquake.launcher' 'ezquake.desktop' 'ezquake.ico')
noextract=("ezquake-ubuntu-full-${pkgver}.tar.gz")
-sha256sums=('2ca2c455bcdd4cd7c3ac95fa87a8a4e3463aa86a5dbe0fd18576f8d9790425fa'
- 'ef594c51b210fb0e534fbd1c46b63a011f473a8f942cda7802289568dd41fefe'
+sha256sums=('ec5187b47ad859cf459381296e8d1d560041fd90462dbe0ab89c65e320677ed4'
+ 'd58f26ed912166615420f0d0b208a10fd2539a84b90e85edfcb1aedc94615af5'
'aa59da4a296a43af8ea8c5670cef5980a15407124b3e53f3cf805ceb6126e6ed'
'e92b9cdeac5eadced50a6167eb53b1343b0772d3bf8afa310eb281b88bf7e677'
'2a6a5484ddb4cfaf8518b51df39ffd1fa8ce768402eab6401415bececb8e8ab2')