summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Boman2021-10-25 17:12:48 +0200
committerMagnus Boman2021-10-25 17:12:48 +0200
commit5b34cb13cd7d2593c899cdfd5417440686ec2ea1 (patch)
treea0c0d5879ac203b2664c43a751af768246128690 /PKGBUILD
parent0e2c2573f9f12840c5a523097a5d69b51d533d8f (diff)
downloadaur-5b34cb13cd7d2593c899cdfd5417440686ec2ea1.tar.gz
upgpkg: duckstation-git r5270.48ddebd8-1
Re-enable -DUSE_WAYLAND as it has been fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8658d3ac9351..5636848a024d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=duckstation-git
-pkgver=r5244.a7096f03
+pkgver=r5270.48ddebd8
pkgdesc='A Sony PlayStation (PSX) emulator, focusing on playability, speed, and long-term maintainability (git version)'
pkgrel=1
arch=(x86_64 aarch64)
@@ -23,6 +23,7 @@ pkgver() {
build() {
cmake -B build -S duckstation \
-DUSE_DRMKMS=ON \
+ -DUSE_WAYLAND=ON \
-G Ninja \
-Wno-dev
ninja -C build