summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ed1a4d65c99..ff09bc6060b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = duckstation-git
pkgdesc = A Sony PlayStation (PSX) emulator, focusing on playability, speed, and long-term maintainability (git version)
- pkgver = r5463.4d89b52d
+ pkgver = r5491.c2f4b7e7
pkgrel = 1
url = https://github.com/stenzek/duckstation
arch = x86_64
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