summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2022-04-05 12:05:15 -0300
committerRafael Fontenelle2022-04-05 12:05:15 -0300
commit79e8b9b089c07201a0688d623a079fd74aa2598d (patch)
treed4d7862fe2f3bad3d8f3b81bb8952544a9bd59da /PKGBUILD
parent03807808411ad4e2edfd1440c5da0499fa45ce19 (diff)
downloadaur-79e8b9b089c07201a0688d623a079fd74aa2598d.tar.gz
Add vulkan headers and other deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b4d3c5ce630..3cf72c186f7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Edgar Luque <git@edgarluque.com>
pkgname=ddnet-git
-pkgver=15.5.1.r4.g32523b1ea
+pkgver=16.0.2.r16.g34993f020
pkgrel=1
pkgdesc="A Teeworlds modification with a unique cooperative gameplay."
arch=('x86_64')
url="https://ddnet.tw"
license=('custom:BSD' 'CCPL:by-nc-sa')
-depends=('freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'pnglite' 'ffmpeg' 'libnotify' 'miniupnpc' 'sqlite' 'mariadb-libs')
-makedepends=('git' 'cmake' 'ninja' 'python')
+depends=('freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'pnglite' 'ffmpeg' 'libnotify' 'miniupnpc' 'sqlite' 'mariadb-libs' 'vulkan-icd-loader')
+makedepends=('git' 'cmake' 'ninja' 'python' 'vulkan-headers' 'glslang' 'spirv-tools')
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.')