summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-01-24 13:45:48 +0800
committerlilac2024-01-24 13:45:48 +0800
commit71f9bad7902f2be1e1884653397bc6dbcd7a735f (patch)
tree1505759902b16bc14e4edf4a93f159371ae6238a
parentcd590d218cafe263b95e6ca0a5f2ce861c350edc (diff)
downloadaur-71f9bad7902f2be1e1884653397bc6dbcd7a735f.tar.gz
[lilac] updated to 4085-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index becf85284728..e24b6d0e22c3 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 = 4084
+ pkgver = 4085
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-4084.tar.gz
+ source = https://github.com/pineappleEA/pineapple-src/archive/EA-4085.tar.gz
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
- source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-4084/Windows-Yuzu-EA-4084.zip
- sha256sums = 576145ea642864b381c80fe04fd33c7ad9d377b97a92d325140db0b2f549d06c
+ source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-4085/Windows-Yuzu-EA-4085.zip
+ sha256sums = fa4581a034b63c5ffa96cf27bd76b7c36858e9b1657b18d26a8b9ec0d78fccd5
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
- sha256sums = 5745ba1e0ab782fac5de662fc583be30aefe2023aa9b09f96fcc21015a037b70
+ sha256sums = 9bfb1c8132ed4db487fd05167b557bbfe0e500c23c9fcc3b9860a856aac9786e
pkgname = yuzu-early-access
diff --git a/PKGBUILD b/PKGBUILD
index c3aaddc9b8d0..34219ef451f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yuzu
pkgname=$_pkgname-early-access
-pkgver=4084
+pkgver=4085
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=('576145ea642864b381c80fe04fd33c7ad9d377b97a92d325140db0b2f549d06c'
+sha256sums=('fa4581a034b63c5ffa96cf27bd76b7c36858e9b1657b18d26a8b9ec0d78fccd5'
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2'
- '5745ba1e0ab782fac5de662fc583be30aefe2023aa9b09f96fcc21015a037b70')
+ '9bfb1c8132ed4db487fd05167b557bbfe0e500c23c9fcc3b9860a856aac9786e')
prepare() {
cd "$srcdir/yuzu-windows-msvc-early-access"