summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dbbab7b777d..84200e25407e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ddnet
pkgdesc = A Teeworlds modification with a unique cooperative gameplay.
- pkgver = 16.5
- pkgrel = 3
+ pkgver = 16.6
+ pkgrel = 1
url = https://ddnet.org
arch = x86_64
license = custom:BSD
license = CCPL:by-nc-sa
checkdepends = gmock
+ makedepends = rust
makedepends = cmake
makedepends = ninja
makedepends = python
@@ -28,11 +29,11 @@ pkgbase = ddnet
optdepends = ddnet-maps-git: All the maps used on the official DDNet Servers.
optdepends = discord-game-sdk: Enable rich presence in Discord desktop client.
backup = usr/share/ddnet/data/autoexec_server.cfg
- source = https://ddnet.org/downloads/DDNet-16.5.tar.xz
+ source = https://ddnet.org/downloads/DDNet-16.6.tar.xz
source = ddnet-server.service
source = ddnet-sysusers.conf
source = ddnet-tmpfiles.conf
- sha256sums = 40393ca0c760bd256ef1b7f62f537dbad5593ba8e208170954ea4844ab66a066
+ sha256sums = c48eb310acdc40e6f2c3d2c1db1b1bbd1b468729aee9b1e810a93721bdb1597c
sha256sums = 9377a9d7c87abae166c8fa98cd79a61c74482f80f80bc930ae043349e9a84965
sha256sums = 70034f237270b38bf312238a26cfd322e212ca5714bfea4ae91e80c639ce8738
sha256sums = 043452f4de3c86d903973009bb3e59b3492a6669b86d0b1410e59a1476a87369
diff --git a/PKGBUILD b/PKGBUILD
index 8c0d4d1593fc..65d49b94cb4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
# Maintainer: Edgar Luque <git@edgarluque.com>
pkgname=ddnet
-pkgver=16.5
-pkgrel=3
+pkgver=16.6
+pkgrel=1
pkgdesc="A Teeworlds modification with a unique cooperative gameplay."
arch=('x86_64')
url="https://ddnet.org"
license=('custom:BSD' 'CCPL:by-nc-sa')
depends=('freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'ffmpeg' 'libnotify' 'miniupnpc' 'sqlite' 'mariadb-libs' 'vulkan-icd-loader')
-makedepends=('cmake' 'ninja' 'python' 'vulkan-headers' 'glslang' 'spirv-tools' 'discord-game-sdk')
+makedepends=('rust' 'cmake' 'ninja' 'python' 'vulkan-headers' 'glslang' 'spirv-tools' 'discord-game-sdk')
checkdepends=('gmock')
optdepends=('ddnet-maps-git: All the maps used on the official DDNet Servers.'
'discord-game-sdk: Enable rich presence in Discord desktop client.')
backup=('usr/share/ddnet/data/autoexec_server.cfg')
source=("https://ddnet.org/downloads/DDNet-$pkgver.tar.xz"
"ddnet-server.service" "ddnet-sysusers.conf" "ddnet-tmpfiles.conf")
-sha256sums=('40393ca0c760bd256ef1b7f62f537dbad5593ba8e208170954ea4844ab66a066'
+sha256sums=('c48eb310acdc40e6f2c3d2c1db1b1bbd1b468729aee9b1e810a93721bdb1597c'
'9377a9d7c87abae166c8fa98cd79a61c74482f80f80bc930ae043349e9a84965'
'70034f237270b38bf312238a26cfd322e212ca5714bfea4ae91e80c639ce8738'
'043452f4de3c86d903973009bb3e59b3492a6669b86d0b1410e59a1476a87369')