summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViech2021-06-25 22:14:26 +0200
committerViech2021-06-25 22:14:26 +0200
commita6e2204f967a87c2d6140d789839792aba89c8d1 (patch)
tree0792887250a9b44cddd54aea4b477ed232864a1c
parentddd16379beb1d839ec587ed45ee2ec81d5f4929d (diff)
downloadaur-a6e2204f967a87c2d6140d789839792aba89c8d1.tar.gz
Update to 0.52.1.
-rw-r--r--.SRCINFO27
-rw-r--r--PKGBUILD14
2 files changed, 20 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f387c9a71ce..c006f47551e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = unvanquished
pkgdesc = A team-based, fast-paced, fps/rts hybrid game which pits aliens against humans.
- pkgver = 0.52.0
- pkgrel = 2
+ pkgver = 0.52.1
+ pkgrel = 1
url = https://www.unvanquished.net
install = unvanquished.install
arch = x86_64
license = GPL3
makedepends = cmake
- depends = unvanquished-data>=0.52.0
+ depends = unvanquished-data>=0.52.1
depends = zlib
depends = gmp
depends = nettle
@@ -38,19 +38,18 @@ pkgbase = unvanquished
backup = etc/unvanquished/server.cfg
backup = etc/unvanquished/maprotation.cfg
source = unvanquished.install
- source = unvanquished_0.52.0.tar.gz::https://github.com/Unvanquished/Unvanquished/archive/refs/tags/unvanquished/0.52.0.tar.gz
- source = daemon_0.52.0.tar.gz::https://github.com/DaemonEngine/Daemon/archive/refs/tags/unvanquished/0.52.0.tar.gz
- source = breakpad_0.52.0.tar.gz::https://github.com/DaemonEngine/breakpad/archive/refs/tags/unvanquished/0.52.0.tar.gz
- source = crunch_0.52.0.tar.gz::https://github.com/DaemonEngine/crunch/archive/refs/tags/unvanquished/0.52.0.tar.gz
- source = recastnavigation_0.52.0.tar.gz::https://github.com/DaemonEngine/recastnavigation/archive/refs/tags/unvanquished/0.52.0.tar.gz
+ source = unvanquished_0.52.1.tar.gz::https://github.com/Unvanquished/Unvanquished/archive/refs/tags/unvanquished/0.52.1.tar.gz
+ source = daemon_0.52.1.tar.gz::https://github.com/DaemonEngine/Daemon/archive/refs/tags/unvanquished/0.52.1.tar.gz
+ source = breakpad_0.52.1.tar.gz::https://github.com/DaemonEngine/breakpad/archive/refs/tags/unvanquished/0.52.1.tar.gz
+ source = crunch_0.52.1.tar.gz::https://github.com/DaemonEngine/crunch/archive/refs/tags/unvanquished/0.52.1.tar.gz
+ source = recastnavigation_0.52.1.tar.gz::https://github.com/DaemonEngine/recastnavigation/archive/refs/tags/unvanquished/0.52.1.tar.gz
source = naclsdk_linux64-5.tar.bz2::https://dl.unvanquished.net/deps/linux64-5.tar.bz2
md5sums = 6d9430b5b06b93a43a1cb79e14637f0b
- md5sums = 1821ecc4185d15145d78296249c7e612
- md5sums = 049b3aea1db9bfbc5664d035c7ae8ee9
- md5sums = 1610e084189b435a2e0614a07f8871d2
- md5sums = 733baa91bb57497be69b3912bd4f40f5
- md5sums = 37d95bd19b051238b03cfb30f1f27609
+ md5sums = 8eaf06371e13bbd09e192dcea08b7ce6
+ md5sums = 7b9bef4e73797f522510692a0d6229e3
+ md5sums = 3cafdb19b9d21c2d1c70045cf9eb99f3
+ md5sums = fb870952a4df15b5ace446facd8d6fae
+ md5sums = c8623945ec57cf4a356c6f3768a28436
md5sums = 3c2cceeb5c653c4e53543fc892377f38
pkgname = unvanquished
-
diff --git a/PKGBUILD b/PKGBUILD
index 605f1bc01999..c9c2dfba39d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Martin F. Schumann
pkgname=unvanquished
-pkgver=0.52.0
-pkgrel=2
+pkgver=0.52.1
+pkgrel=1
pkgdesc='A team-based, fast-paced, fps/rts hybrid game which pits aliens against humans.'
arch=('x86_64')
url='https://www.unvanquished.net'
@@ -47,11 +47,11 @@ source=("unvanquished.install"
"naclsdk_${_naclsdk_ver}.tar.bz2::https://dl.unvanquished.net/deps/${_naclsdk_ver}.tar.bz2")
md5sums=('6d9430b5b06b93a43a1cb79e14637f0b'
- '1821ecc4185d15145d78296249c7e612'
- '049b3aea1db9bfbc5664d035c7ae8ee9'
- '1610e084189b435a2e0614a07f8871d2'
- '733baa91bb57497be69b3912bd4f40f5'
- '37d95bd19b051238b03cfb30f1f27609'
+ '8eaf06371e13bbd09e192dcea08b7ce6'
+ '7b9bef4e73797f522510692a0d6229e3'
+ '3cafdb19b9d21c2d1c70045cf9eb99f3'
+ 'fb870952a4df15b5ace446facd8d6fae'
+ 'c8623945ec57cf4a356c6f3768a28436'
'3c2cceeb5c653c4e53543fc892377f38')
# The prepare function mimics the git submodule dance.