summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122023-08-24 08:14:48 -0700
committerkenshen1122023-08-24 08:14:48 -0700
commit7bc97bfcfbe7cb1fb5a074b1e9da360364d6ae47 (patch)
tree8b778cada13e9ec1eb4b831f73a8f5e82c7a9fca
parent08717e23961603c05ce0f4138f6a951b03287ba6 (diff)
downloadaur-7bc97bfcfbe7cb1fb5a074b1e9da360364d6ae47.tar.gz
Remove non submoduled non used libzip
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c8ffd9efa3b..f3632a88d754 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.4788.r0.gb96978494
+ pkgver = 1.7.4943.r0.g5f348a8ea
pkgrel = 1
url = https://www.pcsx2.net
install = pcsx2-git.install
@@ -55,7 +55,6 @@ pkgbase = pcsx2-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 = git+https://github.com/nih-at/libzip.git
source = git+https://github.com/facebook/zstd.git
source = git+https://github.com/RetroAchievements/rcheevos.git
source = pcsx2-qt.sh
@@ -74,7 +73,6 @@ pkgbase = pcsx2-git
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
- b2sums = SKIP
b2sums = 3f353f4f8e9ad778dbb972522f08766bfd7d4bc9cad57cd2154f9c8a91e07b28124491f6026534145491ca1df75060dfcff2005c8aa42d25289e3292a91dc0dd
pkgname = pcsx2-git
diff --git a/PKGBUILD b/PKGBUILD
index 964a8f2dc8aa..a6e528fdf0d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.4788.r0.gb96978494
+pkgver=1.7.4943.r0.g5f348a8ea
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -69,7 +69,6 @@ source=(
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
- git+https://github.com/nih-at/libzip.git
git+https://github.com/facebook/zstd.git
git+https://github.com/RetroAchievements/rcheevos.git
pcsx2-qt.sh
@@ -87,7 +86,6 @@ prepare() {
rapidyaml::3rdparty/rapidyaml/rapidyaml
glslang::3rdparty/glslang/glslang
vulkan-headers::3rdparty/vulkan-headers
- libzip::3rdparty/libzip/libzip
zstd::3rdparty/zstd/zstd
rcheevos::3rdparty/rcheevos/rcheevos
)
@@ -150,7 +148,7 @@ package() {
install -Dm644 pcsx2/.github/workflows/scripts/linux/pcsx2-qt.desktop \
"${pkgdir}"/usr/share/applications/PCSX2.desktop
install -Dm644 pcsx2/bin/resources/icons/AppIconLarge.png \
- "${pkgdir}"/usr/share/icons/hicolor/64x64/apps/PCSX2.png
+ "${pkgdir}"/usr/share/icons/hicolor/512x512/apps/PCSX2.png
install -Dm644 -t "${pkgdir}"/opt/"${pkgname%-git}"/resources/ patches.zip
}
@@ -169,5 +167,4 @@ b2sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'3f353f4f8e9ad778dbb972522f08766bfd7d4bc9cad57cd2154f9c8a91e07b28124491f6026534145491ca1df75060dfcff2005c8aa42d25289e3292a91dc0dd')