summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2024-04-15 15:15:19 +0300
committereugene2024-04-15 15:15:19 +0300
commit038d00a0c8f935fe06cba94766ca0e98927273e6 (patch)
treeddae9492b3dd025b1b52771be69e43c12f285285
parentc4a360b5027abd227f0cd311d2bff2cc95c1fcf0 (diff)
downloadaur-038d00a0c8f935fe06cba94766ca0e98927273e6.tar.gz
added missing dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1011f4f90ef..1ae34a583d17 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 = 0.1.r6437.gd9e4962
+ pkgver = 0.1.r6649.g9fd2994
pkgrel = 1
url = https://github.com/stenzek/duckstation
arch = x86_64
@@ -26,8 +26,13 @@ pkgbase = duckstation-git
depends = gcc-libs
depends = sdl2
depends = qt6-base
+ depends = shaderc-non-semantic-debug
+ depends = libwebp
+ depends = libjpeg-turbo
+ depends = libpng
depends = libxrandr
depends = libx11
+ depends = freetype2
depends = zstd
depends = zlib
depends = dbus
diff --git a/PKGBUILD b/PKGBUILD
index c9a94c309d25..f7fe7998d5c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=duckstation-git
_pkgname=duckstation
-pkgver=0.1.r6437.gd9e4962
+pkgver=0.1.r6649.g9fd2994
pkgdesc='A Sony PlayStation (PSX) emulator, focusing on playability, speed, and long-term maintainability (git version)'
pkgrel=1
arch=(x86_64 aarch64)
@@ -14,8 +14,13 @@ depends=(
gcc-libs
sdl2
qt6-base
+ shaderc-non-semantic-debug
+ libwebp
+ libjpeg-turbo
+ libpng
libxrandr
libx11
+ freetype2
zstd
zlib
dbus