summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2021-03-25 15:02:04 -0300
committerRafael Fontenelle2021-03-25 15:02:04 -0300
commit2a8c002fe8e40bb26732f8237b704cfb80b81191 (patch)
tree70463b5429d56316366a3fd11ca810f4c0562bce
parent88ec03b0397bd8a394df95e3f4dbe0a213f0cc36 (diff)
downloadaur-2a8c002fe8e40bb26732f8237b704cfb80b81191.tar.gz
Update to 15.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cef4df084e72..3cfc585b28cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ddnet
pkgdesc = A Teeworlds modification with a unique cooperative gameplay.
- pkgver = 15.3.2
+ pkgver = 15.4
pkgrel = 1
url = https://ddnet.tw
arch = x86_64
license = custom:BSD
license = CCPL:by-nc-sa
- checkdepends = gtest
+ checkdepends = gmock
makedepends = cmake
makedepends = ninja
makedepends = python
@@ -23,11 +23,11 @@ pkgbase = ddnet
depends = sqlite
optdepends = ddnet-skins: A collection with more than 500 custom tee skins.
optdepends = ddnet-maps-git: All the maps used on the official DDNet Servers.
- source = https://ddnet.tw/downloads/DDNet-15.3.2.tar.xz
+ source = https://ddnet.tw/downloads/DDNet-15.4.tar.xz
source = ddnet-server.service
source = ddnet-sysusers.conf
source = ddnet-tmpfiles.conf
- sha256sums = a5da66a2060ac75409a0ecd896a1235113f0af4236f0d1970ee48aa13ecb6529
+ sha256sums = 2b8a43e4b75a0fcd43ad8e469349e66c294bb7182d2ec6fe96a4e76c1630e87c
sha256sums = 9377a9d7c87abae166c8fa98cd79a61c74482f80f80bc930ae043349e9a84965
sha256sums = 70034f237270b38bf312238a26cfd322e212ca5714bfea4ae91e80c639ce8738
sha256sums = 043452f4de3c86d903973009bb3e59b3492a6669b86d0b1410e59a1476a87369
diff --git a/PKGBUILD b/PKGBUILD
index b9ed590d54f4..2820afd065d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Edgar Luque <git@edgarluque.com>
pkgname=ddnet
-pkgver=15.3.2
+pkgver=15.4
pkgrel=1
pkgdesc="A Teeworlds modification with a unique cooperative gameplay."
arch=('x86_64')
@@ -10,12 +10,12 @@ url="https://ddnet.tw"
license=('custom:BSD' 'CCPL:by-nc-sa')
depends=('sdl2' 'freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'pnglite' 'ffmpeg' 'libnotify' 'miniupnpc' 'sqlite')
makedepends=('cmake' 'ninja' 'python')
-checkdepends=('gtest')
+checkdepends=('gmock')
optdepends=('ddnet-skins: A collection with more than 500 custom tee skins.'
'ddnet-maps-git: All the maps used on the official DDNet Servers.')
source=("https://ddnet.tw/downloads/DDNet-$pkgver.tar.xz"
"ddnet-server.service" "ddnet-sysusers.conf" "ddnet-tmpfiles.conf")
-sha256sums=('a5da66a2060ac75409a0ecd896a1235113f0af4236f0d1970ee48aa13ecb6529'
+sha256sums=('2b8a43e4b75a0fcd43ad8e469349e66c294bb7182d2ec6fe96a4e76c1630e87c'
'9377a9d7c87abae166c8fa98cd79a61c74482f80f80bc930ae043349e9a84965'
'70034f237270b38bf312238a26cfd322e212ca5714bfea4ae91e80c639ce8738'
'043452f4de3c86d903973009bb3e59b3492a6669b86d0b1410e59a1476a87369')