summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0944974ab4d..9850eadc0bca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -52,6 +52,7 @@ pkgbase = pcsx2-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/fastfloat/fast_float.git
source = git+https://github.com/KhronosGroup/Vulkan-Headers.git
source = git+https://github.com/libsdl-org/SDL.git
source = git+https://github.com/nih-at/libzip.git
@@ -73,6 +74,7 @@ pkgbase = pcsx2-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = SKIP
sha256sums = b69b3369e62bee6b6063b49621144343bb9ba81fd51f38e5e9bee4efbc731230
pkgname = pcsx2-git
diff --git a/PKGBUILD b/PKGBUILD
index 39f588315eff..3b3f0dfbe82d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,6 +68,7 @@ source=(
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/fastfloat/fast_float.git
git+https://github.com/KhronosGroup/Vulkan-Headers.git
git+https://github.com/libsdl-org/SDL.git
git+https://github.com/nih-at/libzip.git
@@ -164,5 +165,6 @@ sha256sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'b69b3369e62bee6b6063b49621144343bb9ba81fd51f38e5e9bee4efbc731230'
)