summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-01-10 21:31:13 +0800
committerlilac2024-01-10 21:31:13 +0800
commit72e02c1ce5604f1eb4bcae7fe31717274b90ad65 (patch)
treea74df9e2804f892f3473b3534df2549d4e70936e
parent62ca83d1e0c2ec8140a0876d9a32af66ba722bf3 (diff)
downloadaur-72e02c1ce5604f1eb4bcae7fe31717274b90ad65.tar.gz
[lilac] updated to 4057-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d47ddd58b3e2..5c49929d8076 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 = 4056
+ pkgver = 4057
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-4056.tar.gz
+ source = https://github.com/pineappleEA/pineapple-src/archive/EA-4057.tar.gz
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
- source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-4056/Windows-Yuzu-EA-4056.zip
- sha256sums = 1141fee7073b82be89e3ce8a412455d5cc8ead138bf2c1091b507ed2529ca4fe
+ source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-4057/Windows-Yuzu-EA-4057.zip
+ sha256sums = 42f14c1eea3eaa2c2e75f06c44c1dd0bc00ee073945fd939526bcfb81aa36449
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
- sha256sums = df910a80f8245570693c06b492ef20b3cfbe8d87daa4c02c5f7621db33621c6d
+ sha256sums = e40c2b28e2d09a0bc20d77100e4df85de461e473a8695bb2f29549be9006d938
pkgname = yuzu-early-access
diff --git a/PKGBUILD b/PKGBUILD
index 09e6d237dbfd..1a43b935f5ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yuzu
pkgname=$_pkgname-early-access
-pkgver=4056
+pkgver=4057
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=('1141fee7073b82be89e3ce8a412455d5cc8ead138bf2c1091b507ed2529ca4fe'
+sha256sums=('42f14c1eea3eaa2c2e75f06c44c1dd0bc00ee073945fd939526bcfb81aa36449'
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2'
- 'df910a80f8245570693c06b492ef20b3cfbe8d87daa4c02c5f7621db33621c6d')
+ 'e40c2b28e2d09a0bc20d77100e4df85de461e473a8695bb2f29549be9006d938')
prepare() {
cd "$srcdir/yuzu-windows-msvc-early-access"