summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2022-04-05 12:05:15 -0300
committerRafael Fontenelle2022-04-05 12:05:15 -0300
commit79e8b9b089c07201a0688d623a079fd74aa2598d (patch)
treed4d7862fe2f3bad3d8f3b81bb8952544a9bd59da
parent03807808411ad4e2edfd1440c5da0499fa45ce19 (diff)
downloadaur-79e8b9b089c07201a0688d623a079fd74aa2598d.tar.gz
Add vulkan headers and other deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c8085e68bdf..ba679ad3634b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddnet-git
pkgdesc = A Teeworlds modification with a unique cooperative gameplay.
- pkgver = 15.5.1.r4.g32523b1ea
+ pkgver = 16.0.2.r16.g34993f020
pkgrel = 1
url = https://ddnet.tw
arch = x86_64
@@ -11,6 +11,9 @@ pkgbase = ddnet-git
makedepends = cmake
makedepends = ninja
makedepends = python
+ makedepends = vulkan-headers
+ makedepends = glslang
+ makedepends = spirv-tools
depends = freetype2
depends = opusfile
depends = curl
@@ -22,6 +25,7 @@ pkgbase = ddnet-git
depends = miniupnpc
depends = sqlite
depends = mariadb-libs
+ depends = vulkan-icd-loader
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.
provides = ddnet
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.')