summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122024-04-05 21:45:25 -0700
committerkenshen1122024-04-05 21:45:25 -0700
commit2fbf934dfb5681b763c774e3a7388b0fe96db4ca (patch)
tree5143996be5ef40eb053546229d090b2400067981
parent21bf965f207745c1a179f6ba136fc76b2684a40a (diff)
downloadaur-2fbf934dfb5681b763c774e3a7388b0fe96db4ca.tar.gz
Clean up, Clean Up, everybody everywhere! Removed old Submodules
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1945aec91ee5..ba8c72e3a2bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.5659.r0.g9de38e50e2
+ pkgver = 1.7.5683.r0.ge6ff49eb60
pkgrel = 1
url = https://github.com/PCSX2/pcsx2
install = pcsx2-git.install
@@ -51,11 +51,8 @@ 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/webmproject/libwebp
source = git+https://github.com/fastfloat/fast_float.git
- source = git+https://github.com/lz4/lz4.git
source = vulkan-headers::git+https://github.com/KhronosGroup/Vulkan-Headers.git
- source = git+https://github.com/facebook/zstd.git
source = pcsx2-qt.sh
b2sums = SKIP
b2sums = SKIP
@@ -68,9 +65,6 @@ pkgbase = pcsx2-git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
- b2sums = SKIP
- b2sums = SKIP
- b2sums = SKIP
b2sums = 956d3547f316de51de4712e6ad6cf5621efadd222ef6c1aa18508321949e63d6b3dc32cdc7eabbcb8172b4b77593485e3debe0b250ec3d0c6926170d80baf3ef
pkgname = pcsx2-git
diff --git a/PKGBUILD b/PKGBUILD
index d5d7803948c2..1af8ab58620b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.5659.r0.g9de38e50e2
+pkgver=1.7.5683.r0.ge6ff49eb60
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -65,11 +65,8 @@ 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/webmproject/libwebp
git+https://github.com/fastfloat/fast_float.git
- git+https://github.com/lz4/lz4.git
vulkan-headers::git+https://github.com/KhronosGroup/Vulkan-Headers.git
- git+https://github.com/facebook/zstd.git
pcsx2-qt.sh
)
install=pcsx2-git.install
@@ -80,12 +77,9 @@ prepare() {
_pcsx2_submodules=(
googletest::3rdparty/gtest
fmt::3rdparty/fmt/fmt
- lz4::3rdparty/lz4/lz4
- libwebp::3rdparty/libwebp/libwebp
rapidyaml::3rdparty/rapidyaml/rapidyaml
glslang::3rdparty/glslang/glslang
vulkan-headers::3rdparty/vulkan-headers
- zstd::3rdparty/zstd/zstd
)
for submodule in ${_pcsx2_submodules[@]}; do
git submodule init "${submodule#*::}"
@@ -157,7 +151,4 @@ b2sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
'956d3547f316de51de4712e6ad6cf5621efadd222ef6c1aa18508321949e63d6b3dc32cdc7eabbcb8172b4b77593485e3debe0b250ec3d0c6926170d80baf3ef')