summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122024-03-30 08:49:15 -0700
committerkenshen1122024-03-30 08:49:15 -0700
commit21bf965f207745c1a179f6ba136fc76b2684a40a (patch)
tree8a1483bab4245e1e75bf0b41b92175cf2a8e7ce5
parentdb975c731b35b9823c7031158af40e7416f107cc (diff)
downloadaur-21bf965f207745c1a179f6ba136fc76b2684a40a.tar.gz
Removed the security hazard XZ
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f07e9e6e02cb..1945aec91ee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.5585.r0.gef9cbf6be8
+ pkgver = 1.7.5659.r0.g9de38e50e2
pkgrel = 1
url = https://github.com/PCSX2/pcsx2
install = pcsx2-git.install
@@ -44,7 +44,6 @@ pkgbase = pcsx2-git
options = !lto
source = git+https://github.com/PCSX2/pcsx2.git
source = git+https://github.com/PCSX2/pcsx2_patches.git
- source = git+https://github.com/tukaani-project/xz.git
source = git+https://github.com/google/googletest.git
source = git+https://github.com/fmtlib/fmt.git
source = git+https://github.com/biojppm/rapidyaml.git
@@ -72,7 +71,6 @@ pkgbase = pcsx2-git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
- b2sums = SKIP
b2sums = 956d3547f316de51de4712e6ad6cf5621efadd222ef6c1aa18508321949e63d6b3dc32cdc7eabbcb8172b4b77593485e3debe0b250ec3d0c6926170d80baf3ef
pkgname = pcsx2-git
diff --git a/PKGBUILD b/PKGBUILD
index 8ee98e1ad4ef..d5d7803948c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.5585.r0.gef9cbf6be8
+pkgver=1.7.5659.r0.g9de38e50e2
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -58,7 +58,6 @@ options=(!lto)
source=(
git+https://github.com/PCSX2/pcsx2.git
git+https://github.com/PCSX2/pcsx2_patches.git
- git+https://github.com/tukaani-project/xz.git
git+https://github.com/google/googletest.git
git+https://github.com/fmtlib/fmt.git
git+https://github.com/biojppm/rapidyaml.git
@@ -79,7 +78,6 @@ prepare() {
cd pcsx2
local submodule
_pcsx2_submodules=(
- xz::3rdparty/xz/xz
googletest::3rdparty/gtest
fmt::3rdparty/fmt/fmt
lz4::3rdparty/lz4/lz4
@@ -162,5 +160,4 @@ b2sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'956d3547f316de51de4712e6ad6cf5621efadd222ef6c1aa18508321949e63d6b3dc32cdc7eabbcb8172b4b77593485e3debe0b250ec3d0c6926170d80baf3ef')