summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJeremy Kescher2023-01-27 00:23:36 +0100
committerJeremy Kescher2023-01-27 00:23:36 +0100
commit89d35bf3b6c0cac41f53082a01771d853e79c091 (patch)
tree34ccb2f249e79d976513251249d5bce04618407d /.SRCINFO
parent77f6f1c9fda8670dae468f032a2f79b59bb3dd59 (diff)
downloadaur-89d35bf3b6c0cac41f53082a01771d853e79c091.tar.gz
Require clang and ninja, as preferred by upstream
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO9
1 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1be942839899..a21588dcfc3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
pkgbase = cemu
- pkgdesc = Software to emulate Wii U games and applications on PC (with cutting edge Linux patches)
+ pkgdesc = Software to emulate Wii U games and applications on PC
pkgver = 2.0.274
- pkgrel = 1
+ pkgrel = 2
url = https://cemu.info
install = cemu.install
arch = x86_64
license = MPL2
- makedepends = cmake>=3.21.1
makedepends = git
+ makedepends = cmake>=3.21.1
+ makedepends = clang>=12
+ makedepends = llvm>=12
+ makedepends = ninja
makedepends = boost>=1.79
makedepends = glslang>=11.8
makedepends = glm>=0.9.9.8