summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122023-10-02 08:13:02 -0700
committerkenshen1122023-10-02 08:13:02 -0700
commitb1366879a21bf3a9d57333e3e53e8e8353ed8970 (patch)
tree76da17504ca6f6854c2569c134e3bcc6524c3efa
parent5b8396a0c908cc436920e3a0181bd593ad77bad2 (diff)
downloadaur-b1366879a21bf3a9d57333e3e53e8e8353ed8970.tar.gz
Added libwebp
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 497c35ffa9a0..a71e8392ad4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.5064.r0.gfae4f7c8b
+ pkgver = 1.7.5081.r0.g34f92fe4e
pkgrel = 1
url = https://www.pcsx2.net
install = pcsx2-git.install
@@ -52,6 +52,7 @@ 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 = vulkan-headers::git+https://github.com/KhronosGroup/Vulkan-Headers.git
source = git+https://github.com/facebook/zstd.git
@@ -71,6 +72,7 @@ pkgbase = pcsx2-git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
+ b2sums = SKIP
b2sums = 3f353f4f8e9ad778dbb972522f08766bfd7d4bc9cad57cd2154f9c8a91e07b28124491f6026534145491ca1df75060dfcff2005c8aa42d25289e3292a91dc0dd
pkgname = pcsx2-git
diff --git a/PKGBUILD b/PKGBUILD
index 6b26afee0163..c503dfe7ebd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.5064.r0.gfae4f7c8b
+pkgver=1.7.5081.r0.g34f92fe4e
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -66,6 +66,7 @@ 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
vulkan-headers::git+https://github.com/KhronosGroup/Vulkan-Headers.git
git+https://github.com/facebook/zstd.git
@@ -81,6 +82,7 @@ prepare() {
xz-pcsx2::3rdparty/xz/xz
googletest::3rdparty/gtest
fmt::3rdparty/fmt/fmt
+ libwebp::3rdparty/libwebp/libwebp
rapidyaml::3rdparty/rapidyaml/rapidyaml
glslang::3rdparty/glslang/glslang
vulkan-headers::3rdparty/vulkan-headers
@@ -161,4 +163,5 @@ b2sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'3f353f4f8e9ad778dbb972522f08766bfd7d4bc9cad57cd2154f9c8a91e07b28124491f6026534145491ca1df75060dfcff2005c8aa42d25289e3292a91dc0dd')