summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122022-01-31 14:11:10 -0700
committerkenshen1122022-01-31 14:11:10 -0700
commit326001a61c55c11c1bdc16a788c7eea38e5308c8 (patch)
treeccfb9c7c4cb5e416a0192d6eaf7c1a04a6b28bcb
parent558f1bb348942ac65add25b64dd6cb3fcdd89092 (diff)
downloadaur-326001a61c55c11c1bdc16a788c7eea38e5308c8.tar.gz
Revert GS-hw: Exclude triangles from no prim overlap fb read on dx11.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 774ac24df4a6..84006a4d7a61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcsx2-git
pkgdesc = A Sony PlayStation 2 emulator
- pkgver = 1.7.2299
+ pkgver = 1.7.2300
pkgrel = 1
url = https://www.pcsx2.net
install = dev9.install
@@ -26,7 +26,7 @@ pkgbase = pcsx2-git
depends = soundtouch
depends = wxgtk3
depends = wayland
- depends = rapidyaml-git
+ depends = rapidyaml
provides = pcsx2
conflicts = pcsx2
options = !lto
diff --git a/PKGBUILD b/PKGBUILD
index c4c7573b2933..584ceaf67eec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=pcsx2-git
-pkgver=1.7.2299
+pkgver=1.7.2300
pkgrel=1
pkgdesc='A Sony PlayStation 2 emulator'
arch=(x86_64)
@@ -30,7 +30,7 @@ depends=(
soundtouch
wxgtk3
wayland
- rapidyaml-git # only exists in the AUR
+ rapidyaml
)
makedepends=(
cmake