summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122023-03-23 09:41:56 -0700
committerkenshen1122023-03-23 09:41:56 -0700
commit4e32ca80df4278183bf469e8ed12715b7089e401 (patch)
treefa47365db75b06eafd3f592229ac7f3df54b91d8
parent6baa2fcd56caef8afc629042a315f6d1f4a0465e (diff)
downloadaur-4e32ca80df4278183bf469e8ed12715b7089e401.tar.gz
Added missing sources for yay
-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'
)