summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54af28fa66e6..05f620f07721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=duckstation-git
-pkgver=r5463.4d89b52d
+pkgver=r5491.c2f4b7e7
pkgdesc='A Sony PlayStation (PSX) emulator, focusing on playability, speed, and long-term maintainability (git version)'
pkgrel=1
arch=(x86_64 aarch64)
@@ -23,7 +23,6 @@ pkgver() {
build() {
cmake -B build -S duckstation \
-DBUILD_NOGUI_FRONTEND=OFF \
- -DUSE_DRMKMS=ON \
-DUSE_WAYLAND=ON \
-G Ninja \
-Wno-dev