summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122024-04-06 07:26:42 -0700
committerkenshen1122024-04-06 07:26:42 -0700
commit57be1111138620cd9c8110825f39b44c783bda04 (patch)
treee86cca931da7b0c12b4250f11a803b2b47059c49
parent2fbf934dfb5681b763c774e3a7388b0fe96db4ca (diff)
downloadaur-57be1111138620cd9c8110825f39b44c783bda04.tar.gz
Clean Up! Clean Up! Everybody do your share! (Removed another submodule)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba8c72e3a2bc..326b0b853ec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.5683.r0.ge6ff49eb60
+ pkgver = 1.7.5687.r0.gdcdb39026c
pkgrel = 1
url = https://github.com/PCSX2/pcsx2
install = pcsx2-git.install
@@ -50,7 +50,6 @@ 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 = pcsx2-qt.sh
@@ -64,7 +63,6 @@ pkgbase = pcsx2-git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
- b2sums = SKIP
b2sums = 956d3547f316de51de4712e6ad6cf5621efadd222ef6c1aa18508321949e63d6b3dc32cdc7eabbcb8172b4b77593485e3debe0b250ec3d0c6926170d80baf3ef
pkgname = pcsx2-git
diff --git a/PKGBUILD b/PKGBUILD
index 1af8ab58620b..5d51338ab187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.5683.r0.ge6ff49eb60
+pkgver=1.7.5687.r0.gdcdb39026c
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -64,7 +64,6 @@ 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
pcsx2-qt.sh
@@ -78,7 +77,6 @@ prepare() {
googletest::3rdparty/gtest
fmt::3rdparty/fmt/fmt
rapidyaml::3rdparty/rapidyaml/rapidyaml
- glslang::3rdparty/glslang/glslang
vulkan-headers::3rdparty/vulkan-headers
)
for submodule in ${_pcsx2_submodules[@]}; do
@@ -150,5 +148,4 @@ b2sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'956d3547f316de51de4712e6ad6cf5621efadd222ef6c1aa18508321949e63d6b3dc32cdc7eabbcb8172b4b77593485e3debe0b250ec3d0c6926170d80baf3ef')