summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2023-01-09 10:41:28 -0300
committerRafael Fontenelle2023-01-09 10:42:36 -0300
commit154a3d751c270e04d75016670d20d9944585f5fb (patch)
tree6881351abe653018463c0675286c869504e4315c /PKGBUILD
parent8daa480fb565ff2b9e950ec032bc29294e4aa0b9 (diff)
downloadaur-154a3d751c270e04d75016670d20d9944585f5fb.tar.gz
Add rust to makedeps and remove Edgar co-maintainer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48296d495249..0b406f44a0d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
-# Maintainer: Edgar Luque <git@edgarluque.com>
+# Contributor: Edgar Luque <git@edgarluque.com>
pkgname=ddnet-git
-pkgver=16.5.r34.gd83cf0ac5
+pkgver=16.6.r206.gfb2ec3f93
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=('git' 'cmake' 'ninja' 'python' 'vulkan-headers' 'glslang' 'spirv-tools' 'discord-game-sdk')
+makedepends=('git' '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.')