summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreugene2024-03-02 23:58:05 +0200
committereugene2024-03-02 23:58:05 +0200
commit82e9de817acea76a752b8c8886008fe55dcc00ae (patch)
tree7bceb62c1300727b884562132f5845f5c9682f1f /PKGBUILD
parent71754717d21ba17b447b9412fc9b50e79761d869 (diff)
downloadaur-82e9de817acea76a752b8c8886008fe55dcc00ae.tar.gz
add missing libudev dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 552d7076ffbd..c9a94c309d25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=duckstation-git
_pkgname=duckstation
-pkgver=0.1.r6383.gd984609
+pkgver=0.1.r6437.gd9e4962
pkgdesc='A Sony PlayStation (PSX) emulator, focusing on playability, speed, and long-term maintainability (git version)'
pkgrel=1
arch=(x86_64 aarch64)
@@ -15,12 +15,12 @@ depends=(
sdl2
qt6-base
libxrandr
- libglvnd
libx11
zstd
zlib
dbus
curl
+ systemd-libs
hicolor-icon-theme)
makedepends=(
git