summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122023-03-23 09:33:33 -0700
committerkenshen1122023-03-23 09:33:33 -0700
commit6baa2fcd56caef8afc629042a315f6d1f4a0465e (patch)
tree936f62d7218a929a0b553f412f2ae357ec5f07c6
parent559b5dcd2f5a0cf9b3d357be0e2eb7be46f36129 (diff)
downloadaur-6baa2fcd56caef8afc629042a315f6d1f4a0465e.tar.gz
Added missing sources for yay
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19aa5a7cb5b4..f0944974ab4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -48,6 +48,9 @@ pkgbase = pcsx2-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/biojppm/cmake.git
+ source = git+https://github.com/biojppm/c4core.git
+ source = git+https://github.com/biojppm/debugbreak.git
source = git+https://github.com/KhronosGroup/glslang.git
source = git+https://github.com/KhronosGroup/Vulkan-Headers.git
source = git+https://github.com/libsdl-org/SDL.git
@@ -67,6 +70,9 @@ pkgbase = pcsx2-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = b69b3369e62bee6b6063b49621144343bb9ba81fd51f38e5e9bee4efbc731230
pkgname = pcsx2-git
diff --git a/PKGBUILD b/PKGBUILD
index 153db1329301..39f588315eff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -64,6 +64,9 @@ source=(
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/biojppm/cmake.git
+ git+https://github.com/biojppm/c4core.git
+ git+https://github.com/biojppm/debugbreak.git
git+https://github.com/KhronosGroup/glslang.git
git+https://github.com/KhronosGroup/Vulkan-Headers.git
git+https://github.com/libsdl-org/SDL.git
@@ -158,5 +161,8 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
'b69b3369e62bee6b6063b49621144343bb9ba81fd51f38e5e9bee4efbc731230'
)