summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122023-03-23 09:16:49 -0700
committerkenshen1122023-03-23 09:16:49 -0700
commit559b5dcd2f5a0cf9b3d357be0e2eb7be46f36129 (patch)
tree329232ca45ed3f259b9a7a182b84196118073aaf
parent9e53b2045cb660b56640020e3199b926036cf7b2 (diff)
downloadaur-559b5dcd2f5a0cf9b3d357be0e2eb7be46f36129.tar.gz
Forgot libchdr ... Oops
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b038a138a684..19aa5a7cb5b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -46,6 +46,7 @@ pkgbase = pcsx2-git
source = git+https://github.com/google/googletest.git
source = git+https://github.com/fmtlib/fmt.git
source = git+https://github.com/microsoft/wil.git
+ source = git+https://github.com/rtissera/libchdr.git
source = git+https://github.com/biojppm/rapidyaml.git
source = git+https://github.com/KhronosGroup/glslang.git
source = git+https://github.com/KhronosGroup/Vulkan-Headers.git
@@ -65,6 +66,7 @@ pkgbase = pcsx2-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = b69b3369e62bee6b6063b49621144343bb9ba81fd51f38e5e9bee4efbc731230
pkgname = pcsx2-git
diff --git a/PKGBUILD b/PKGBUILD
index b953006e582a..153db1329301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,6 +62,7 @@ source=(
git+https://github.com/google/googletest.git
git+https://github.com/fmtlib/fmt.git
git+https://github.com/microsoft/wil.git
+ git+https://github.com/rtissera/libchdr.git
git+https://github.com/biojppm/rapidyaml.git
git+https://github.com/KhronosGroup/glslang.git
git+https://github.com/KhronosGroup/Vulkan-Headers.git
@@ -156,5 +157,6 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'b69b3369e62bee6b6063b49621144343bb9ba81fd51f38e5e9bee4efbc731230'
)