summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122023-12-15 07:49:41 -0700
committerkenshen1122023-12-15 07:49:41 -0700
commit12f0fa148208080ec6aaa209f32486cc360b51b2 (patch)
tree527af7b872bc2dbbe2f7c5549be0dbd957016e03
parent9b1836653640c4cb3aff193e4c7d3214b3a25937 (diff)
downloadaur-12f0fa148208080ec6aaa209f32486cc360b51b2.tar.gz
Added lz4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbce853b4263..d42080781076 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.5261.r0.gf6154032c
+ pkgver = 1.7.5296.r0.g96831b097
pkgrel = 1
- url = https://www.pcsx2.net
+ url = https://github.com/PCSX2/pcsx2
install = pcsx2-git.install
arch = x86_64
license = GPL2
@@ -44,7 +44,7 @@ pkgbase = pcsx2-git
options = !lto
source = git+https://github.com/PCSX2/pcsx2.git
source = git+https://github.com/PCSX2/pcsx2_patches.git
- source = xz-pcsx2::git+https://github.com/tukaani-project/xz.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
@@ -54,6 +54,7 @@ pkgbase = pcsx2-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 = git+https://github.com/RetroAchievements/rcheevos.git
@@ -73,6 +74,7 @@ pkgbase = pcsx2-git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
+ b2sums = SKIP
b2sums = 956d3547f316de51de4712e6ad6cf5621efadd222ef6c1aa18508321949e63d6b3dc32cdc7eabbcb8172b4b77593485e3debe0b250ec3d0c6926170d80baf3ef
pkgname = pcsx2-git
diff --git a/PKGBUILD b/PKGBUILD
index 2e5a70f24bc2..dfbdd5bcb1fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.5261.r0.gf6154032c
+pkgver=1.7.5296.r0.g96831b097
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -68,6 +68,7 @@ source=(
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
git+https://github.com/RetroAchievements/rcheevos.git
@@ -82,6 +83,7 @@ prepare() {
xz::3rdparty/xz/xz
googletest::3rdparty/gtest
fmt::3rdparty/fmt/fmt
+ lz4::3rdparty/lz4/lz4
libwebp::3rdparty/libwebp/libwebp
rapidyaml::3rdparty/rapidyaml/rapidyaml
glslang::3rdparty/glslang/glslang
@@ -164,4 +166,5 @@ b2sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'956d3547f316de51de4712e6ad6cf5621efadd222ef6c1aa18508321949e63d6b3dc32cdc7eabbcb8172b4b77593485e3debe0b250ec3d0c6926170d80baf3ef')