summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kescher2023-01-27 00:25:15 +0100
committerJeremy Kescher2023-01-27 00:25:15 +0100
commit4f4c1b25aa4503edf49c94b155bfcb4152b64455 (patch)
tree72f8a0f3ca3cb757d2e88a9080e88a7414afb294
parent89d35bf3b6c0cac41f53082a01771d853e79c091 (diff)
downloadaur-4f4c1b25aa4503edf49c94b155bfcb4152b64455.tar.gz
Add llvm-libs to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a21588dcfc3e..ba0572845b34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cemu
pkgdesc = Software to emulate Wii U games and applications on PC
pkgver = 2.0.274
- pkgrel = 2
+ pkgrel = 3
url = https://cemu.info
install = cemu.install
arch = x86_64
@@ -27,6 +27,7 @@ pkgbase = cemu
depends = sdl2>=2.0.22
depends = wxwidgets-gtk3>=3.2
depends = wayland
+ depends = llvm-libs>=12
optdepends = alsa-lib: Audio output
optdepends = vulkan-driver: Vulkan graphics
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index c4a1e6a08cc4..42a25e2d4ff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cemu
pkgver=2.0.274
-pkgrel=2
+pkgrel=3
pkgdesc='Software to emulate Wii U games and applications on PC'
arch=(x86_64)
url=https://cemu.info
@@ -11,6 +11,7 @@ options+=(!strip)
depends=(
# unbundled vcpkg
'boost-libs>=1.79' 'fmt>=9.1' 'libzip>=1.9.2' 'libpng>=1.6.37' 'pugixml>=1.12.1' 'sdl2>=2.0.22' 'wxwidgets-gtk3>=3.2' 'wayland'
+ 'llvm-libs>=12'
)
makedepends=(
# build setup