summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-01-29 05:29:40 +0800
committerlilac2024-01-29 05:29:40 +0800
commit504c10da9ef54c097b3fc168b4e397bb83c20bf6 (patch)
tree46f34e7cde442f9f39b79c1d21eeebb86a5de3fe
parent023628880470cb941cd4f4a455e684d097b3b0db (diff)
downloadaur-504c10da9ef54c097b3fc168b4e397bb83c20bf6.tar.gz
[lilac] updated to 4095-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71c498630469..f4215bf511db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-early-access
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (early access version)
- pkgver = 4093
+ pkgver = 4095
pkgrel = 1
url = https://yuzu-emu.org/
arch = i686
@@ -56,11 +56,11 @@ pkgbase = yuzu-early-access
provides = yuzu
conflicts = yuzu
options = !buildflags
- source = https://github.com/pineappleEA/pineapple-src/archive/EA-4093.tar.gz
+ source = https://github.com/pineappleEA/pineapple-src/archive/EA-4095.tar.gz
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
- source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-4093/Windows-Yuzu-EA-4093.zip
- sha256sums = 205db72df0cea9aa5ec9755633201f3d0e812fe72626d4a30808d3537c26ba23
+ source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-4095/Windows-Yuzu-EA-4095.zip
+ sha256sums = 3aed3c928e31c01ad7cf684171dbb9a71ba7d1d8cef085ac4f874b61ce6a0aba
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
- sha256sums = 9b4fbf0a30a9f9685d8de5c481bd8c48f8863b70d2e8176b836eadd3b547151b
+ sha256sums = a93c5f77c1801e5c077a623f54deb66b2ace7b8e12b47d3cb2c727236fa958ba
pkgname = yuzu-early-access
diff --git a/PKGBUILD b/PKGBUILD
index 291dbfae2666..13b45d204783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yuzu
pkgname=$_pkgname-early-access
-pkgver=4093
+pkgver=4095
pkgrel=1
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (early access version)"
arch=('i686' 'x86_64')
@@ -17,9 +17,9 @@ source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.g
"https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml"
"https://github.com/pineappleEA/pineapple-src/releases/download/EA-${pkgver}/Windows-Yuzu-EA-${pkgver}.zip")
options=('!buildflags') #[heavysink] Disable _FORTIFY_SOURCE for temporary fix for Bayonetta 3
-sha256sums=('205db72df0cea9aa5ec9755633201f3d0e812fe72626d4a30808d3537c26ba23'
+sha256sums=('3aed3c928e31c01ad7cf684171dbb9a71ba7d1d8cef085ac4f874b61ce6a0aba'
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2'
- '9b4fbf0a30a9f9685d8de5c481bd8c48f8863b70d2e8176b836eadd3b547151b')
+ 'a93c5f77c1801e5c077a623f54deb66b2ace7b8e12b47d3cb2c727236fa958ba')
prepare() {
cd "$srcdir/yuzu-windows-msvc-early-access"