summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadeline Mewmews2023-09-17 03:02:45 -0500
committerMadeline Mewmews2023-09-17 03:02:45 -0500
commit8638279393d11a63dd89ed2a303c7504f16643dc (patch)
treedc64ba1e0c56fbb5771e28cf07bfac9d002ed776
parent435acaa226abcbdd1727735bba9da2072c955042 (diff)
downloadaur-8638279393d11a63dd89ed2a303c7504f16643dc.tar.gz
enforced vulkan dependencies and removed unsupported arch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28ef5888b962..bccada4a2ac5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,7 @@ pkgbase = vkdoom-git
pkgver = v0.9+207+gc282c4781
pkgrel = 1
url = https://vkdoom.org/
- arch = i686
arch = x86_64
- arch = aarch64
license = BSD
license = GPL3
license = LGPL3
@@ -19,6 +17,8 @@ pkgbase = vkdoom-git
depends = libvpx>=1.13
depends = openal
depends = sdl2
+ depends = vulkan-driver
+ depends = vulkan-icd-loader
depends = zmusic>=1.1.8
optdepends = blasphemer-wad: Blasphemer (free Heretic) game data
optdepends = clang: Clang build option support
@@ -37,8 +37,6 @@ pkgbase = vkdoom-git
optdepends = square1-wad: The Adventures of Square, Episode 1 game data
optdepends = urbanbrawl-wad: Urban Brawl: Action Doom 2 game data
optdepends = xorg-xmessage: crash dialog (other)
- optdepends = vulkan-driver: Vulkan renderer
- optdepends = vulkan-icd-loader: Vulkan renderer
provides = vkdoom
conflicts = vkdoom
source = vkdoom::git+https://github.com/dpjudas/VkDoom/
diff --git a/PKGBUILD b/PKGBUILD
index e8b8944804a8..e039d08c5207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=vkdoom-git
pkgver=v0.9+207+gc282c4781
pkgrel=1
pkgdesc='Feature centric port for all Doom engine games, with a focus on Vulkan and modern computers (git version)'
-arch=('i686' 'x86_64' 'aarch64')
+arch=('x86_64') #Vulkan support is x86-64 only in upstream GZDoom, so i'm assuming it's the same here until further testing
url='https://vkdoom.org/'
license=('BSD' 'GPL3' 'LGPL3')
depends=('gtk3'
@@ -15,6 +15,8 @@ depends=('gtk3'
'libvpx>=1.13'
'openal'
'sdl2'
+ 'vulkan-driver'
+ 'vulkan-icd-loader'
'zmusic>=1.1.8')
makedepends=('cmake' 'desktop-file-utils' 'git')
optdepends=('blasphemer-wad: Blasphemer (free Heretic) game data'
@@ -33,9 +35,7 @@ optdepends=('blasphemer-wad: Blasphemer (free Heretic) game data'
'strife0-wad: Strife shareware game data'
'square1-wad: The Adventures of Square, Episode 1 game data'
'urbanbrawl-wad: Urban Brawl: Action Doom 2 game data'
- 'xorg-xmessage: crash dialog (other)'
- 'vulkan-driver: Vulkan renderer'
- 'vulkan-icd-loader: Vulkan renderer')
+ 'xorg-xmessage: crash dialog (other)')
provides=('vkdoom')
conflicts=('vkdoom')
source=('vkdoom::git+https://github.com/dpjudas/VkDoom/'