summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122023-07-23 14:13:39 -0700
committerkenshen1122023-07-23 14:13:39 -0700
commit08717e23961603c05ce0f4138f6a951b03287ba6 (patch)
tree8f2bb50e96c485819daea3efcac14de3b118511e
parent7d50c9b9a4861b7fde0a5cdfd14408f63bd5bbbf (diff)
downloadaur-08717e23961603c05ce0f4138f6a951b03287ba6.tar.gz
oops
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2b6503b6987..5c8ffd9efa3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.4782.r0.gabadb7f80
+ pkgver = 1.7.4788.r0.gb96978494
pkgrel = 1
url = https://www.pcsx2.net
install = pcsx2-git.install
@@ -52,6 +52,7 @@ pkgbase = pcsx2-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/fastfloat/fast_float.git
source = vulkan-headers::git+https://github.com/KhronosGroup/Vulkan-Headers.git
source = git+https://github.com/nih-at/libzip.git
@@ -73,6 +74,7 @@ pkgbase = pcsx2-git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
+ b2sums = SKIP
b2sums = 3f353f4f8e9ad778dbb972522f08766bfd7d4bc9cad57cd2154f9c8a91e07b28124491f6026534145491ca1df75060dfcff2005c8aa42d25289e3292a91dc0dd
pkgname = pcsx2-git
diff --git a/PKGBUILD b/PKGBUILD
index 72719159c942..964a8f2dc8aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,6 +66,7 @@ source=(
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/fastfloat/fast_float.git
vulkan-headers::git+https://github.com/KhronosGroup/Vulkan-Headers.git
git+https://github.com/nih-at/libzip.git
@@ -84,6 +85,7 @@ prepare() {
fmt::3rdparty/fmt/fmt
libchdr::3rdparty/libchdr/libchdr
rapidyaml::3rdparty/rapidyaml/rapidyaml
+ glslang::3rdparty/glslang/glslang
vulkan-headers::3rdparty/vulkan-headers
libzip::3rdparty/libzip/libzip
zstd::3rdparty/zstd/zstd
@@ -167,4 +169,5 @@ b2sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'3f353f4f8e9ad778dbb972522f08766bfd7d4bc9cad57cd2154f9c8a91e07b28124491f6026534145491ca1df75060dfcff2005c8aa42d25289e3292a91dc0dd')