summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2021-10-01 22:42:44 +0200
committerMagnus Boman2021-10-01 22:42:44 +0200
commit0e2c2573f9f12840c5a523097a5d69b51d533d8f (patch)
treecd5768ddb37f0048f5e770f531979365a6eb96b3
parentc9a68042fb8910b784fbfcf613d5b6700c4ccea5 (diff)
downloadaur-0e2c2573f9f12840c5a523097a5d69b51d533d8f.tar.gz
upgpkg: duckstation-git r5244.a7096f03-1
Remove -DUSE_WAYLAND=ON to make program compile again This should obviously not have to be done, but something is broken with duckstation + Arch so for now this will have to do. Better to have not wayland support but no package at all, right?
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6fa7b0f2dd8..ec3042298daa 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 = r4913.24b4be51
+ pkgver = r5244.a7096f03
pkgrel = 1
url = https://github.com/stenzek/duckstation
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8945bfcfa6b1..8658d3ac9351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=duckstation-git
-pkgver=r4913.24b4be51
+pkgver=r5244.a7096f03
pkgdesc='A Sony PlayStation (PSX) emulator, focusing on playability, speed, and long-term maintainability (git version)'
pkgrel=1
arch=(x86_64 aarch64)
@@ -23,8 +23,8 @@ pkgver() {
build() {
cmake -B build -S duckstation \
-DUSE_DRMKMS=ON \
- -DUSE_WAYLAND=ON \
- -G Ninja
+ -G Ninja \
+ -Wno-dev
ninja -C build
}