summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2024-02-25 14:32:00 +0800
committerlilac2024-02-25 14:32:00 +0800
commit474e542b321a473ffe8934b88bf07b5e0efbb15f (patch)
tree05b5be604ec6a48c70214f362796454e8c5be07c
parentcce8b2dd3f61f25f7c255593f2261dabb7153423 (diff)
downloadaur-474e542b321a473ffe8934b88bf07b5e0efbb15f.tar.gz
[lilac] updated to 4167-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1282dacd7d12..ab278ab9f548 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 = 4166
+ pkgver = 4167
pkgrel = 1
url = https://yuzu-emu.org/
arch = i686
@@ -59,11 +59,11 @@ pkgbase = yuzu-early-access
provides = yuzu
conflicts = yuzu
options = !buildflags
- source = https://github.com/pineappleEA/pineapple-src/archive/EA-4166.tar.gz
+ source = https://github.com/pineappleEA/pineapple-src/archive/EA-4167.tar.gz
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
- source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-4166/Windows-Yuzu-EA-4166.zip
- sha256sums = 6ce2c5220daa3a672b0e097e1d2de82fc3664ca13fbdb0a284294702a0ffa9c6
+ source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-4167/Windows-Yuzu-EA-4167.zip
+ sha256sums = f4ae9edcfcd8270550c948538229bd8f6dfbfa91e1ace3b696cab020992fa281
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
- sha256sums = 91a1abda3943e97fd09efe22758226ad6e5a44b771fa966e3bed6ecc806bf823
+ sha256sums = 004b62f1fc2d914454592e4e272b849b05b52d1a35133ef84813056791d99bd4
pkgname = yuzu-early-access
diff --git a/PKGBUILD b/PKGBUILD
index dd18f9463b6e..77b3de32c9bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yuzu
pkgname=$_pkgname-early-access
-pkgver=4166
+pkgver=4167
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=('6ce2c5220daa3a672b0e097e1d2de82fc3664ca13fbdb0a284294702a0ffa9c6'
+sha256sums=('f4ae9edcfcd8270550c948538229bd8f6dfbfa91e1ace3b696cab020992fa281'
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2'
- '91a1abda3943e97fd09efe22758226ad6e5a44b771fa966e3bed6ecc806bf823')
+ '004b62f1fc2d914454592e4e272b849b05b52d1a35133ef84813056791d99bd4')
prepare() {
cd "$srcdir/yuzu-windows-msvc-early-access"