summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZion Nimchuk2022-07-16 09:40:11 -0700
committerZion Nimchuk2022-07-16 09:40:11 -0700
commitffd058d7fefc20af9a37837c274895d6cacf6604 (patch)
tree3928406d34a7125685f580bcf6bb493bc07e5ee8
parent0c96e8e898cb181d088b78546bf05340cfb00eb8 (diff)
downloadaur-ffd058d7fefc20af9a37837c274895d6cacf6604.tar.gz
Version bump and add !lto to the options
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 577bd869cafb..2bcd2969a711 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rpcs3-git
pkgdesc = A Sony PlayStation 3 emulator
- pkgver = 0.0.22.13626.ec2d52983
+ pkgver = 0.0.23.13925.73ed657e0
pkgrel = 1
url = https://github.com/RPCS3/rpcs3
arch = x86_64
@@ -38,6 +38,7 @@ pkgbase = rpcs3-git
provides = rpcs3
conflicts = rpcs3
options = !emptydirs
+ options = !lto
source = git+https://github.com/RPCS3/rpcs3.git
source = rpcs3-llvm::git+https://github.com/RPCS3/llvm-mirror.git
source = git+https://github.com/KhronosGroup/glslang.git
diff --git a/PKGBUILD b/PKGBUILD
index 151170eea136..9acd016608d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Submitter: Maxime Gauduin <alucryd@archlinux.org>
pkgname=rpcs3-git
-pkgver=0.0.22.13627.cd74fb6a6
+pkgver=0.0.23.13925.73ed657e0
pkgrel=1
pkgdesc='A Sony PlayStation 3 emulator'
arch=(x86_64)
@@ -46,7 +46,7 @@ makedepends=(
)
provides=(rpcs3)
conflicts=(rpcs3)
-options=(!emptydirs)
+options=(!emptydirs !lto)
source=(
git+https://github.com/RPCS3/rpcs3.git
rpcs3-llvm::git+https://github.com/RPCS3/llvm-mirror.git