summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-01-09 13:03:01 +0800
committerlilac2024-01-09 13:03:01 +0800
commit7d34eef3befd4e2debe336f0242b57bdb22ec0fc (patch)
tree9ce80156403149059b8e6fb1d2a7d975e75cb8b9
parent3e3d5ffcc29ddb90fc14e4a12ef65bbef38d7d79 (diff)
downloadaur-7d34eef3befd4e2debe336f0242b57bdb22ec0fc.tar.gz
[lilac] updated to 4053-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7b8186756f3..f7b3e193b88c 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 = 4052
+ pkgver = 4053
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-4052.tar.gz
+ source = https://github.com/pineappleEA/pineapple-src/archive/EA-4053.tar.gz
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
- source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-4052/Windows-Yuzu-EA-4052.zip
- sha256sums = e2519cc63a26df3034bc003f22485fe17e8ac15bfab9df9c069ef87c2cc596bf
+ source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-4053/Windows-Yuzu-EA-4053.zip
+ sha256sums = 74d966afd167d1b206a9547613bb91add3aa2746fcbdbb84c233712b400c79da
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
- sha256sums = 33c6fe4bf1e52f33c960a4eaae506eab1e53e021f0ca6967be0c193efc813c5f
+ sha256sums = 9458e5315b3fb54b35862bfc7de6d94d7fb83311ffe36f214f6a4dac839062d3
pkgname = yuzu-early-access
diff --git a/PKGBUILD b/PKGBUILD
index 2e19199c439d..d741338be637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yuzu
pkgname=$_pkgname-early-access
-pkgver=4052
+pkgver=4053
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=('e2519cc63a26df3034bc003f22485fe17e8ac15bfab9df9c069ef87c2cc596bf'
+sha256sums=('74d966afd167d1b206a9547613bb91add3aa2746fcbdbb84c233712b400c79da'
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2'
- '33c6fe4bf1e52f33c960a4eaae506eab1e53e021f0ca6967be0c193efc813c5f')
+ '9458e5315b3fb54b35862bfc7de6d94d7fb83311ffe36f214f6a4dac839062d3')
prepare() {
cd "$srcdir/yuzu-windows-msvc-early-access"