summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122023-05-31 08:54:15 -0700
committerkenshen1122023-05-31 08:54:15 -0700
commit076148f1508f48ffec2736ff328604b176e173d2 (patch)
tree7a9d2ae7706090518ce02bc618d76dcb81b097d1
parent3237d160ddaad4ebc03da74442735c0dbcb5cfd6 (diff)
downloadaur-076148f1508f48ffec2736ff328604b176e173d2.tar.gz
Fix for Add new toggleable cheat and patch interface #8902
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a5cb3b45c94..417aff27d475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.4453.r0.g41f62cf53
+ pkgver = 1.7.4546.r0.ged6dd6f6c
pkgrel = 1
url = https://www.pcsx2.net
install = pcsx2-git.install
@@ -37,8 +37,7 @@ pkgbase = pcsx2-git
optdepends = libpulse: Pulseaudio support
provides = pcsx2
conflicts = pcsx2
- options = debug
- options = !strip
+ 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/PCSX2/xz.git
diff --git a/PKGBUILD b/PKGBUILD
index aa1741bc4521..3159920a5acd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.4453.r0.g41f62cf53
+pkgver=1.7.4546.r0.ged6dd6f6c
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -72,8 +72,6 @@ source=(
)
install=pcsx2-git.install
-options=(debug !strip)
-
prepare() {
cd pcsx2
local submodule
@@ -136,8 +134,7 @@ build() {
-DDISABLE_BUILD_DATE=ON
ninja -C build -v
- 7z a -r cheats_ni.zip pcsx2_patches/cheats_ni/*
- 7z a -r cheats_ws.zip pcsx2_patches/cheats_ws/*
+ 7z a -r patches.zip pcsx2_patches/patches/*
}
package() {
@@ -148,8 +145,7 @@ package() {
"${pkgdir}"/usr/share/applications/PCSX2.desktop
install -Dm644 pcsx2/pcsx2/Resources/AppIcon64.png \
"${pkgdir}"/usr/share/icons/hicolor/64x64/apps/PCSX2.png
- install -Dm644 -t "${pkgdir}"/opt/"${pkgname%-git}"/resources/ cheats_ni.zip
- install -Dm644 -t "${pkgdir}"/opt/"${pkgname%-git}"/resources/ cheats_ws.zip
+ install -Dm644 -t "${pkgdir}"/opt/"${pkgname%-git}"/resources/ patches.zip
}
b2sums=('SKIP'